From b5073eb73562d028dfad68c0cb034812121948e9 Mon Sep 17 00:00:00 2001 From: Ha Van Tu Date: Tue, 23 Aug 2016 15:54:41 +0700 Subject: [PATCH] [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 --- api-ref/source/os-floating-ips.inc | 6 +++--- api-ref/source/servers-actions.inc | 2 +- api-ref/source/servers.inc | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/api-ref/source/os-floating-ips.inc b/api-ref/source/os-floating-ips.inc index 1637ec9b2eea..8f892e52d029 100644 --- a/api-ref/source/os-floating-ips.inc +++ b/api-ref/source/os-floating-ips.inc @@ -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 `__ +address `__ for a project, you can: - `Add (associate) the floating IP - address `__ + 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 `__ + address `__ from an instance in the project. - Delete, or deallocate, a floating IP from the project, which diff --git a/api-ref/source/servers-actions.inc b/api-ref/source/servers-actions.inc index 7d99567f3859..08b16ae6e380 100644 --- a/api-ref/source/servers-actions.inc +++ b/api-ref/source/servers-actions.inc @@ -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 -`__ +`__ for a project, you can associate that address with the server. Specify the ``addFloatingIp`` action in the request body. diff --git a/api-ref/source/servers.inc b/api-ref/source/servers.inc index b7d2e6aac2f9..82128b934b98 100644 --- a/api-ref/source/servers.inc +++ b/api-ref/source/servers.inc @@ -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 -`__ +`__ request. .. note:: Starting with microversion 2.37 the ``networks`` field is required.