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 0528db9ecca3..588f4c972f96 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 6f29c398bd1c..99de491508b1 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.