From 6109dfcf63a666330e7323d957a37a251dd2b520 Mon Sep 17 00:00:00 2001 From: Jude Job Date: Tue, 2 Feb 2016 09:35:38 +0530 Subject: 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 --- doc/source/command-objects/ip-floating.rst | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) (limited to 'doc/source/command-objects/ip-floating.rst') 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 - + os ip floating delete -.. describe:: +.. describe:: - IP address to delete (ID only) + Floating IP to delete (IP address or ID) ip floating list ---------------- -- cgit v1.2.1