summaryrefslogtreecommitdiff
path: root/doc/source/command-objects
diff options
context:
space:
mode:
authorJude Job <judeopenstack@gmail.com>2016-02-02 09:35:38 +0530
committerSteve Martinelli <stevemar@ca.ibm.com>2016-02-14 04:21:00 +0000
commit6109dfcf63a666330e7323d957a37a251dd2b520 (patch)
tree64c9ac421a8d3f4837602f0d4a8b59cf081bf465 /doc/source/command-objects
parentc7c672d4b30ce80687f974c3058002eea69d9539 (diff)
downloadpython-openstackclient-6109dfcf63a666330e7323d957a37a251dd2b520.tar.gz
Floating IP: Neutron support for "ip floating delete" command
This patch implements "ip floating delete" command for both compute and network. Also includes unit tests. Change-Id: Ie61f0faad65ec90f9d9956ae463412be8d963d05 partial-Bug: 1519502 Related-to: blueprint neutron-client Co-Authored-By: Tang Chen <chen.tang@easystack.cn>
Diffstat (limited to 'doc/source/command-objects')
-rw-r--r--doc/source/command-objects/ip-floating.rst13
1 files changed, 6 insertions, 7 deletions
diff --git a/doc/source/command-objects/ip-floating.rst b/doc/source/command-objects/ip-floating.rst
index 6bfd7f44..efdfb453 100644
--- a/doc/source/command-objects/ip-floating.rst
+++ b/doc/source/command-objects/ip-floating.rst
@@ -2,7 +2,7 @@
ip floating
===========
-Compute v2
+Compute v2, Network v2
ip floating add
---------------
@@ -42,17 +42,16 @@ Create new floating IP address
ip floating delete
------------------
-Delete a floating IP address
+Delete floating IP
.. program:: ip floating delete
-.. code:: bash
+ .. code:: bash
- os ip floating delete
- <ip-address>
+ os ip floating delete <floating-ip>
-.. describe:: <ip-address>
+.. describe:: <floating-ip>
- IP address to delete (ID only)
+ Floating IP to delete (IP address or ID)
ip floating list
----------------