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.contrib.multinic Module

The multinic extension.

class nova.api.openstack.contrib.multinic.Multinic(*args, **kwargs)

Bases: nova.api.openstack.extensions.ExtensionDescriptor

The multinic extension.

Exposes addFixedIp and removeFixedIp actions on servers.

get_actions()

Return the actions the extension adds, as required by contract.

get_alias()

Return the extension alias, as required by contract.

get_description()

Return the extension description, as required by contract.

get_name()

Return the extension name, as required by contract.

get_namespace()

Return the namespace, as required by contract.

get_updated()

Return the last updated timestamp, as required by contract.