[api-ref]: Update link reference

This patch updates link reference for "create keypair" in
Compute API create server [1].
Current reference link:
http://developer.openstack.org/api-ref-compute-v2.1.html#createKeypair
http://developer.openstack.org/api-ref-compute-v2.1.html#createFloatingIP
http://developer.openstack.org/api-ref-compute-v2.1.html#addFloatingIp
http://developer.openstack.org/api-ref-compute-v2.1.html#removeFloatingIp
Update reference link:
http://developer.openstack.org/api-ref/compute/#create-or-import-keypair
http://developer.openstack.org/api-ref/compute
/#create-allocate-floating-ip-address
http://developer.openstack.org/api-ref/compute
/#delete-deallocate-floating-ip-address
[1] http://developer.openstack.org/api-ref/compute/?expanded=
create-server-detail#create-server

Change-Id: I421b559a7c127abb8c8c97d08b579bedb080bbe4
Closes-Bug: #1615948
This commit is contained in:
Ha Van Tu
2016-08-23 15:54:41 +07:00
parent a8840f5f23
commit b5073eb735
3 changed files with 5 additions and 5 deletions

View File

@@ -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

View File

@@ -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.

View File

@@ -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.