Merge "[api-ref]: Update link reference"
This commit is contained in:
commit
62412ad454
@ -23,16 +23,16 @@ The cloud administrator configures a pool of floating IP addresses in
|
||||
OpenStack Compute. The project quota defines the maximum number of
|
||||
floating IP addresses that you can allocate to the project. After you
|
||||
`allocate a floating IP
|
||||
address <http://developer.openstack.org/api-ref-compute-v2.1.html#createFloatingIP>`__
|
||||
address <http://developer.openstack.org/api-ref/compute/#create-allocate-floating-ip-address>`__
|
||||
for a project, you can:
|
||||
|
||||
- `Add (associate) the floating IP
|
||||
address <http://developer.openstack.org/api-ref-compute-v2.1.html#addFloatingIp>`__
|
||||
address <http://developer.openstack.org/api-ref/compute/#create-allocate-floating-ip-address>`__
|
||||
with an instance in the project. You can associate only one floating
|
||||
IP address with an instance at a time.
|
||||
|
||||
- `Remove (disassociate) the floating IP
|
||||
address <http://developer.openstack.org/api-ref-compute-v2.1.html#removeFloatingIp>`__
|
||||
address <http://developer.openstack.org/api-ref/compute/#delete-deallocate-floating-ip-address>`__
|
||||
from an instance in the project.
|
||||
|
||||
- Delete, or deallocate, a floating IP from the project, which
|
||||
|
@ -37,7 +37,7 @@ A pool of floating IP addresses, configured by the cloud administrator,
|
||||
is available in OpenStack Compute. The project quota defines the maximum
|
||||
number of floating IP addresses that you can allocate to the project.
|
||||
After you `create (allocate) a floating IPaddress
|
||||
<http://developer.openstack.org/api-ref-compute-v2.1.html#createFloatingIP>`__
|
||||
<http://developer.openstack.org/api-ref/compute/#create-allocate-floating-ip-address>`__
|
||||
for a project, you can associate that address with the server. Specify
|
||||
the ``addFloatingIp`` action in the request body.
|
||||
|
||||
|
@ -221,7 +221,7 @@ request body to boot a server from a volume.
|
||||
Include the ``key_name`` parameter in the create request body to add a
|
||||
keypair to the server when you create it. To create a keypair, make a
|
||||
`create keypair
|
||||
<http://developer.openstack.org/api-ref-compute-v2.1.html#createKeypair>`__
|
||||
<http://developer.openstack.org/api-ref/compute/#create-or-import-keypair>`__
|
||||
request.
|
||||
|
||||
.. note:: Starting with microversion 2.37 the ``networks`` field is required.
|
||||
|
Loading…
Reference in New Issue
Block a user