summaryrefslogtreecommitdiff
path: root/doc/source/command-objects
diff options
context:
space:
mode:
authorsongminglong <songminglong@cmss.chinamobile.com>2016-12-09 14:23:26 +0800
committersongminglong <songminglong@cmss.chinamobile.com>2016-12-09 14:23:26 +0800
commit47716d1ad32b7c879f6b5736687be1553f6fbfb6 (patch)
tree2cde35900514eb84ec03778ee0a8ca8b3614b93d /doc/source/command-objects
parent83cf09df28e200ba40f403504db3b11e623978fd (diff)
downloadpython-openstackclient-47716d1ad32b7c879f6b5736687be1553f6fbfb6.tar.gz
Add extra filtering options to floating ip list
The patch adds filtering '--long', 'status', '--project', '--project-domain' and '--router' options to floating ip list command. Closes-Bug: #1614379 Partially-Implements: blueprint network-commands-options Change-Id: I2a02cf23845ff435927d8b481f77249915bd94dc
Diffstat (limited to 'doc/source/command-objects')
-rw-r--r--doc/source/command-objects/floating-ip.rst35
1 files changed, 35 insertions, 0 deletions
diff --git a/doc/source/command-objects/floating-ip.rst b/doc/source/command-objects/floating-ip.rst
index 6a5e38b0..57dc0ccb 100644
--- a/doc/source/command-objects/floating-ip.rst
+++ b/doc/source/command-objects/floating-ip.rst
@@ -89,6 +89,10 @@ List floating IP(s)
[--network <network>]
[--port <port>]
[--fixed-ip-address <fixed-ip-address>]
+ [--long]
+ [--status <status>]
+ [--project <project> [--project-domain <project-domain>]]
+ [--router <router>]
.. option:: --network <network>
@@ -108,6 +112,37 @@ List floating IP(s)
*Network version 2 only*
+.. option:: --long
+
+ List additional fields in output
+
+ *Network version 2 only*
+
+.. option:: --status <status>
+
+ List floating IP(s) according to given status ('ACTIVE', 'DOWN')
+
+ *Network version 2 only*
+
+.. option:: --project <project>
+
+ List floating IP(s) according to given project (name or ID)
+
+ *Network version 2 only*
+
+.. option:: --project-domain <project-domain>
+
+ Domain the project belongs to (name or ID). This can
+ be used in case collisions between project names exist.
+
+ *Network version 2 only*
+
+.. option:: --router <router>
+
+ List floating IP(s) according to given router (name or ID)
+
+ *Network version 2 only*
+
floating ip show
----------------