[install] fix incorrect parameter order

http://docs.openstack.org/developer/python-openstackclient
/command-objects/server.html#server-add-floating-ip

Change-Id: I751392d0569628c3c3219466a44d00e01d292722
This commit is contained in:
KATO Tomoyuki 2016-11-05 11:07:12 +09:00
parent f0fc976d5f
commit 7735e8ab45
1 changed files with 1 additions and 1 deletions

View File

@ -243,7 +243,7 @@ Access the instance remotely
.. code-block:: console
$ openstack server add floating ip 203.0.113.104 selfservice-instance
$ openstack server add floating ip selfservice-instance 203.0.113.104
.. end