summaryrefslogtreecommitdiff
path: root/doc/source/command-objects
diff options
context:
space:
mode:
authorTang Chen <chen.tang@easystack.cn>2016-02-24 17:26:13 +0800
committerTang Chen <chen.tang@easystack.cn>2016-02-24 17:26:13 +0800
commitf0960f0fef263298e56d7e81acf50597073becc7 (patch)
tree4d1dad68b652d5b4e900fd434059256e4e5ad3ca /doc/source/command-objects
parente5fe9a70718589b8ce7d455c3e2a3524f85510cb (diff)
downloadpython-openstackclient-f0960f0fef263298e56d7e81acf50597073becc7.tar.gz
Floating IP: Neutron support for "ip floating show" command
Change-Id: I30350076621c83c758927444e5f8bcc2b7d0fc74 Partial-Bug: 1519502 Related-to: blueprint neutron-client
Diffstat (limited to 'doc/source/command-objects')
-rw-r--r--doc/source/command-objects/ip-floating.rst14
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/source/command-objects/ip-floating.rst b/doc/source/command-objects/ip-floating.rst
index efdfb453..99d06d07 100644
--- a/doc/source/command-objects/ip-floating.rst
+++ b/doc/source/command-objects/ip-floating.rst
@@ -82,3 +82,17 @@ Remove floating IP address from server
.. describe:: <server>
Server to remove the IP address from (name or ID)
+
+ip floating show
+----------------
+
+Display floating IP details
+
+.. program:: ip floating show
+ .. code:: bash
+
+ os ip floating show <floating-ip>
+
+.. describe:: <floating-ip>
+
+ Floating IP to display (IP address or ID)