From 765b5e8ec8ae2e65c9986eee07292ea1bd64ce3f Mon Sep 17 00:00:00 2001 From: RobiJoe Date: Wed, 25 Jan 2017 16:44:59 +1000 Subject: [PATCH] [User guide]Add `fixed-address` argument to openstack server command * Adding the --fixed-address argument to the openstack server command in the user guide following conversion from the nova command. Change-Id: I911b2a47ca7b99d4324fa46db1894e08fc4e4e5f Closes-bug: #1649611 --- doc/user-guide/source/cli-manage-ip-addresses.rst | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/doc/user-guide/source/cli-manage-ip-addresses.rst b/doc/user-guide/source/cli-manage-ip-addresses.rst index b86f409721..cad9e8aac3 100644 --- a/doc/user-guide/source/cli-manage-ip-addresses.rst +++ b/doc/user-guide/source/cli-manage-ip-addresses.rst @@ -140,14 +140,10 @@ You can assign a floating IP address to a project and to an instance. .. note:: - If an instance is connected to multiple networks, you can associate a + The :command:`openstack server` command does not allow users to associate a floating IP address with a specific fixed IP address using the optional - ``--fixed-address`` parameter: - - .. code-block:: console - - $ openstack server add floating ip --fixed-address FIXED_IP_ADDRESS \ - INSTANCE_NAME_OR_ID FLOATING_IP_ADDRESS + ``--fixed-address`` parameter, which legacy commands required as an + argument. Disassociate floating IP addresses ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~