[ops-guide] Update deprecated command
Change-Id: I34600ecf7fe4d71297ea044bae803f18038a0ae4
This commit is contained in:
parent
4f7d98f8a2
commit
b604b9f25a
@ -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 |
|
||||
+--------------------------------------+---------------------+------------------+--------------------------------------+
|
||||
|
@ -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
|
||||
~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
Loading…
Reference in New Issue
Block a user