Previous topic

The nova.api.openstack.compute.contrib.keypairs Module

Next topic

The nova.api.openstack.compute.contrib.networks Module

This Page

Psst... hey. You're reading the latest content, but it might be out of sync with code. You can read Nova 2011.2 docs or all OpenStack docs too.

The nova.api.openstack.compute.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:00+00:00'
class MultinicController(*args, **kwargs)

Bases: nova.api.openstack.wsgi.Controller

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