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

class FixedIPController

Bases: object

action(req, id, body)
show(req, id)

Return data about the given fixed IP.

class Fixed_ips(ext_mgr)

Bases: nova.api.openstack.extensions.ExtensionDescriptor

Fixed IPs support.

alias = 'os-fixed-ips'
get_resources()
name = 'FixedIPs'
namespace = 'http://docs.openstack.org/compute/ext/fixed_ips/api/v2'
updated = '2012-10-18T19:25:27Z'

Previous topic

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

Next topic

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

Project Source

This Page