The nova.api.openstack.compute.legacy_v2.contrib.os_networks Module

class NetworkController(network_api=None, ext_mgr=None)

Bases: nova.api.openstack.wsgi.Controller

add(req, body)
create(req, body)
delete(req, id)
index(req)
show(req, id)
wsgi_actions = {'disassociate': '_disassociate_host_and_project'}
wsgi_extensions = []
class Os_networks(ext_mgr)

Bases: nova.api.openstack.extensions.ExtensionDescriptor

Admin-only Network Management Extension.

alias = 'os-networks'
get_resources()
name = 'Networks'
namespace = 'http://docs.openstack.org/compute/ext/os-networks/api/v1.1'
updated = '2011-12-23T00:00:00Z'
network_dict(context, network, extended)

Previous topic

The nova.api.openstack.compute.legacy_v2.contrib.networks_associate Module

Next topic

The nova.api.openstack.compute.legacy_v2.contrib.os_tenant_networks Module

Project Source

This Page