Merge "Correct "openstack floating ip delete" command"

This commit is contained in:
Jenkins 2017-05-15 09:05:48 +00:00 committed by Gerrit Code Review
commit 97265c038b

@ -73,17 +73,17 @@ For example:
command :command:`nmap -sn 192.168.1.56/29` to check whether the entire
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
$ openstack floating ip delete RANGE_TO_DELETE
$ openstack floating ip delete FLOATING_IP
For example:
.. code-block:: console
$ openstack floating ip delete 192.168.1.56/29
$ openstack floating ip delete 192.168.1.56