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

class FloatingIPPoolsController

Bases: object

The Floating IP Pool API controller for the OpenStack API.

index(req)

Return a list of pools.

class Floating_ip_pools(ext_mgr)

Bases: nova.api.openstack.extensions.ExtensionDescriptor

Floating IPs support.

alias = 'os-floating-ip-pools'
get_resources()
name = 'FloatingIpPools'
namespace = 'http://docs.openstack.org/compute/ext/floating_ip_pools/api/v1.1'
updated = '2012-01-04T00:00:00Z'

Previous topic

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

Next topic

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

Project Source

This Page