3
This extension enables addFixedIp and removeFixedIp actions on servers. It is used with the OpenStack Compute 1.1 API to add or remove fixed IP addresses on named instances.
5
To use this extension, you must have configured Compute with more than one Network Interface Card.
7
.. Are there any pre-requisites prior to using it such as special hardware or configuration?
9
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.
18
http://docs.openstack.org/ext/multinic/api/v1.1
24
Name <kevin.mitchell@rackspace.com>
42
This extension enables the assignment and removal of fixed IP addresses on virtual servers running in an OpenStack cloud.
44
Sample Query Responses
45
----------------------
47
As shown below, responses to an EXTENSION query in XML or JSON provide basic information about the extension.
49
Extension Query Response: XML::
52
Extension Query Response: JSON::
55
Document Change History
56
-----------------------
58
============= =====================================
59
Revision Date Summary of Changes
60
2011-09-14 Initial draft
61
============= =====================================
66
This extension to the Compute API allows addition and removal of fixed IP addresses to instances.
68
To support these new actions, the extension also issues new (faults, headers, resources, states, you name it.)
72
This extension uses POST to add or remove fixed IP addresses to instances.
74
Normal Response Code: 202
76
Enter "None" if there are no changes to the sections below.
78
Include the response codes, transitions if applicable, and XML and JSON examples.
92
Changes to the Cloud Servers Specification
93
------------------------------------------
95
List the specific changes to the API. For example:
97
In section 4.1.1 (List Servers) of the Cloud Servers Specification: Examples 4.1 and 4.2 should be replaced with Example 2.7 and Example 2.8 below.
99
Provide examples in XML and JSON
b'\\ No newline at end of file'