summaryrefslogtreecommitdiff
path: root/doc/source
diff options
context:
space:
mode:
authorManjeet Singh Bhatia <manjeet.s.bhatia@intel.com>2016-05-12 18:59:58 +0000
committerManjeet Singh Bhatia <manjeet.s.bhatia@intel.com>2016-05-16 22:37:14 +0000
commit668bc028d13b80dfc6ecbef6193678a97e64fdc1 (patch)
treef0ea4b5f5404a726b41996f404b031ee7a5a59c6 /doc/source
parente1c53250bcf430517d254ada998e78b057a56a49 (diff)
downloadpython-openstackclient-668bc028d13b80dfc6ecbef6193678a97e64fdc1.tar.gz
Add ip version filter to subnet list
This patch will add argument ip-version to command subnet list Change-Id: If7458d4979e53aec7e2633c4f1779c3810f9a3f1 Closes-Bug: #1581179
Diffstat (limited to 'doc/source')
-rw-r--r--doc/source/command-objects/subnet.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/source/command-objects/subnet.rst b/doc/source/command-objects/subnet.rst
index 8daa251f..ff6354e6 100644
--- a/doc/source/command-objects/subnet.rst
+++ b/doc/source/command-objects/subnet.rst
@@ -147,6 +147,10 @@ List subnets
List additional fields in output
+.. option:: --ip-version {4, 6}
+
+ List only subnets of given IP version in output
+
subnet set
----------