~annegentle/nova/extdoc

« back to all changes in this revision

Viewing changes to nova/api/openstack/contrib/doc/ext_floating_ips.rst

  • Committer: Anne Gentle
  • Date: 2011-09-19 00:38:17 UTC
  • Revision ID: anne@openstack.org-20110919003817-dsv3zzgvcd1a5p72
Fixing extdocs based on Spinx build errors

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
About This Extension
2
 
====================
 
1
About The Floating IPs Extension
 
2
================================
3
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. 
4
4
 
5
 
.. Are there any pre-requisites prior to using it such as special hardware or configuration?
6
 
 
7
5
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.
8
6
 
9
 
Extension Overview
10
 
------------------
 
7
Floating IPs Extension Overview
 
8
-------------------------------
11
9
 
12
10
Name
13
11
        Floating IPs
19
17
        OPS-FLO
20
18
        
21
19
Contact
22
 
        Name <sleepsonthefloor@gmail.com>
 
20
        Anthony Young <sleepsonthefloor@gmail.com>
23
21
        
24
22
Status
25
23
        Alpha
46
44
 
47
45
Extension Query Response: XML::
48
46
 
 
47
        None
49
48
 
50
49
Extension Query Response: JSON::
51
50
 
52
 
{"extensions": 
53
 
[{"updated": "2011-06-16T00:00:00+00:00", 
54
 
"name": "Floating_ips", 
55
 
"links": [], 
56
 
"namespace": "http://docs.openstack.org/ext/floating_ips/api/v1.1", 
57
 
"alias": "os-floating-ips", 
58
 
"description": "Floating IPs support"}]}
 
51
        {"extensions": 
 
52
        [{"updated": "2011-06-16T00:00:00+00:00", 
 
53
        "name": "Floating_ips", 
 
54
        "links": [], 
 
55
        "namespace": "http://docs.openstack.org/ext/floating_ips/api/v1.1", 
 
56
        "alias": "os-floating-ips", 
 
57
        "description": "Floating IPs support"}]}
59
58
 
60
59
Document Change History
61
60
-----------------------
86
85
 
87
86
New Faults
88
87
----------
 
88
None
89
89
 
90
90
New Headers
91
91
-----------
 
92
None
92
93
 
93
94
New Resources
94
95
-------------
 
96
None
95
97
 
96
98
New States
97
99
----------
 
100
None
98
101
 
99
102
Changes to the Cloud Servers Specification
100
103
------------------------------------------