3
The Floating IPs extension enables assigning and allocation of floating IP addresses to instances running in an OpenStack cloud. It is used with the OpenStack Compute 1.1 API to add or remove floating IP addresses on named instances.
5
.. Are there any pre-requisites prior to using it such as special hardware or configuration?
7
To obtain current information the extensions available to you, issue an EXTENSION query on the OpenStack system where it is installed, such as http://mycloud.com/v1.1/tenant/extension.
16
http://docs.openstack.org/ext/floating_ips/api/v1.1
22
Name <sleepsonthefloor@gmail.com>
40
This extension enables assigning floating IP addresses to instances.
42
Sample Query Responses
43
----------------------
45
As shown below, responses to an EXTENSION query in XML or JSON provide basic information about the extension.
47
Extension Query Response: XML::
50
Extension Query Response: JSON::
53
[{"updated": "2011-06-16T00:00:00+00:00",
54
"name": "Floating_ips",
56
"namespace": "http://docs.openstack.org/ext/floating_ips/api/v1.1",
57
"alias": "os-floating-ips",
58
"description": "Floating IPs support"}]}
60
Document Change History
61
-----------------------
63
============= =====================================
64
Revision Date Summary of Changes
65
2011-09-14 Initial draft
66
============= =====================================
71
This extension to the Compute API enables support for floating IP addresses.
73
To support these new actions, the extension also issues new (faults, headers, resources, states, you name it.)
77
This extension uses POST to add or remove floating IP addresses to instances.
79
Normal Response Code: 202
85
Include the response codes, transitions if applicable, and XML and JSON examples.
99
Changes to the Cloud Servers Specification
100
------------------------------------------
102
List the specific changes to the API. For example:
104
In the List Addresses section of the Cloud Servers Specification: Examples 4.21 and 4.22 should be replaced with examples below.
106
Provide examples in XML and JSON
b'\\ No newline at end of file'