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

class NetworkController(network_api=None)

Bases: object

create(req, body)
delete(req, id)
index(req)
show(req, id)
class Os_tenant_networks(ext_mgr)

Bases: nova.api.openstack.extensions.ExtensionDescriptor

Tenant-based Network Management Extension.

alias = 'os-tenant-networks'
get_resources()
name = 'OSTenantNetworks'
namespace = 'http://docs.openstack.org/compute/ext/os-tenant-networks/api/v2'
updated = '2012-03-07T14:46:43Z'
network_dict(network)

Previous topic

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

Next topic

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

Project Source

This Page