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

The multinic extension.

class Multinic(ext_mgr)

Bases: nova.api.openstack.extensions.ExtensionDescriptor

Multiple network support.

alias = 'NMN'
get_controller_extensions()
name = 'Multinic'
namespace = 'http://docs.openstack.org/compute/ext/multinic/api/v1.1'
updated = '2011-06-09T00:00:00Z'
class MultinicController(*args, **kwargs)

Bases: nova.api.openstack.wsgi.Controller

wsgi_actions = {'addFixedIp': '_add_fixed_ip', 'removeFixedIp': '_remove_fixed_ip'}
wsgi_extensions = []

Previous topic

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

Next topic

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

Project Source

This Page