[ops-guide] Update deprecated command

Change-Id: I34600ecf7fe4d71297ea044bae803f18038a0ae4
This commit is contained in:
chenxing 2016-11-08 14:48:13 +00:00 committed by chen.xing
parent 4f7d98f8a2
commit b604b9f25a
2 changed files with 4 additions and 4 deletions

View File

@ -454,7 +454,7 @@ To find out whether any floating IPs are available in your cloud, run:
.. code-block:: console
# openstack ip floating list
# openstack floating ip list
+--------------------------------------+---------------------+------------------+--------------------------------------+
| ID | Floating IP Address | Fixed IP Address | Port |
+--------------------------------------+---------------------+------------------+--------------------------------------+

View File

@ -1973,7 +1973,7 @@ of the dashboard. The command line can also be used:
.. code-block:: console
$ nova floating-ip-create
$ openstack floating ip create NETWORK
Once allocated, a floating IP can be assigned to running instances from
the dashboard either by selecting :guilabel:`Associate` from the
@ -1989,11 +1989,11 @@ command line, use the following commands:
.. code-block:: console
$ openstack ip floating add <ip-address> <server>
$ openstack server add floating ip SERVER IP_ADDRESS
.. code-block:: console
$ nova remove-floating-ip <server> <address>
$ openstack server remove floating ip SERVER IP_ADDRESS
Attaching Block Storage
~~~~~~~~~~~~~~~~~~~~~~~