Correct "openstack floating ip delete" command

- Correct "openstack floating ip delete" command

Change-Id: I82033e93fc26d2b90db990165ec9137ef96b34f8
This commit is contained in:
caoyuan 2017-05-12 16:31:34 +08:00
parent 25bb367496
commit 653d754b65

View File

@ -73,17 +73,17 @@ For example:
command :command:`nmap -sn 192.168.1.56/29` to check whether the entire command :command:`nmap -sn 192.168.1.56/29` to check whether the entire
range is currently unused. range is currently unused.
Bulk delete floating IP addresses Delete floating IP addresses
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To delete a range of floating IP addresses, run: To delete a floating IP address, run:
.. code-block:: console .. code-block:: console
$ openstack floating ip delete RANGE_TO_DELETE $ openstack floating ip delete FLOATING_IP
For example: For example:
.. code-block:: console .. code-block:: console
$ openstack floating ip delete 192.168.1.56/29 $ openstack floating ip delete 192.168.1.56