[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
This commit is contained in:
RobiJoe 2017-01-25 16:44:59 +10:00
parent 83921ea603
commit 765b5e8ec8

View File

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