summaryrefslogtreecommitdiff
path: root/doc/source/command-objects
diff options
context:
space:
mode:
authorYan Xing'an <yanxingan@cmss.chinamobile.com>2016-10-23 01:40:20 -0700
committerHuanxuan Ao <huanxuan.ao@easystack.cn>2016-12-18 19:46:11 +0800
commitd12aa86f7c4cadb423553d607ae4078f2cb8a962 (patch)
tree871a42311e677c8b052d4c6a48f0b92ba387dc67 /doc/source/command-objects
parent5bc2cf231d756331325bb520d1e6f28b407c493e (diff)
downloadpython-openstackclient-d12aa86f7c4cadb423553d607ae4078f2cb8a962.tar.gz
Add filtering options to the address scope list command
Add --name, --ip-version, --project, --project-domain, --share, --no-share options to the address scope list command. Change-Id: I8ece8da473d07dfc21dfb5b17de47624241f0142 Closes-Bug: #1636046 Partially-Implements: blueprint network-commands-options
Diffstat (limited to 'doc/source/command-objects')
-rw-r--r--doc/source/command-objects/address-scope.rst29
1 files changed, 29 insertions, 0 deletions
diff --git a/doc/source/command-objects/address-scope.rst b/doc/source/command-objects/address-scope.rst
index 7481ed53..f7572d97 100644
--- a/doc/source/command-objects/address-scope.rst
+++ b/doc/source/command-objects/address-scope.rst
@@ -72,6 +72,35 @@ List address scopes
.. code:: bash
os address scope list
+ [--name <name>]
+ [--ip-version <ip-version>]
+ [--project <project> [--project-domain <project-domain>]]
+ [--share | --no-share]
+
+.. option:: --name <name>
+
+ List only address scopes of given name in output
+
+.. option:: --ip-version <ip-version>
+
+ List address scopes of given IP version networks (4 or 6)
+
+.. option:: --project <project>
+
+ List address scopes according to their project (name or ID)
+
+.. option:: --project-domain <project-domain>
+
+ Domain the project belongs to (name or ID).
+ This can be used in case collisions between project names exist.
+
+.. option:: --share
+
+ List address scopes shared between projects
+
+.. option:: --no-share
+
+ List address scopes not shared between projects
address scope set
-----------------