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

class NetworkAssociateActionController(network_api=None)

Bases: nova.api.openstack.wsgi.Controller

Network Association API Controller.

wsgi_actions = {'associate_host': '_associate_host', 'disassociate_project': '_disassociate_project_only', 'disassociate_host': '_disassociate_host_only'}
wsgi_extensions = []
class Networks_associate(ext_mgr)

Bases: nova.api.openstack.extensions.ExtensionDescriptor

Network association support.

alias = 'os-networks-associate'
get_controller_extensions()
name = 'NetworkAssociationSupport'
namespace = 'http://docs.openstack.org/compute/ext/networks_associate/api/v2'
updated = '2012-11-19T00:00:00Z'

Previous topic

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

Next topic

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

Project Source

This Page