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

The Extended Ips API extension.

class ExtendedIpsController(*args, **kwargs)

Bases: nova.api.openstack.wsgi.Controller

detail(req, resp_obj)
show(req, resp_obj, id)
wsgi_actions = {}
wsgi_extensions = [('detail', None), ('show', None)]
class Extended_ips(ext_mgr)

Bases: nova.api.openstack.extensions.ExtensionDescriptor

Adds type parameter to the ip list.

alias = 'OS-EXT-IPS'
get_controller_extensions()
name = 'ExtendedIps'
namespace = 'http://docs.openstack.org/compute/ext/extended_ips/api/v1.1'
updated = '2013-01-06T00:00:00Z'

Previous topic

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

Next topic

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

Project Source

This Page