Correct "openstack floating ip delete" command
- Correct "openstack floating ip delete" command Change-Id: I82033e93fc26d2b90db990165ec9137ef96b34f8
This commit is contained in:
parent
25bb367496
commit
653d754b65
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user