diff options
| author | Cao Xuan Hoang <hoangcx@vn.fujitsu.com> | 2016-08-08 15:02:06 +0700 |
|---|---|---|
| committer | Cao Xuan Hoang <hoangcx@vn.fujitsu.com> | 2016-08-08 15:02:06 +0700 |
| commit | 0b91368164acc596bf97fe4073083e26892f5b1a (patch) | |
| tree | 5a18b6127c0c825c14d041e7d7412773d5a7fb56 /doc/source/command-objects/subnet.rst | |
| parent | 80fd9b2bd442ec6fdc81885bcb8b8e6adc7336d7 (diff) | |
| download | python-openstackclient-0b91368164acc596bf97fe4073083e26892f5b1a.tar.gz | |
Add --ip-version filtering option to subnet.rst
When executed "openstack subnet list --help" we can see this is
supported for --ip-version filtering option.
But this option is missing in the rst document.
Change-Id: Ie5443f1da086a1ad455fbeaa848b50a0d9d4b290
Closes-Bug: #1610872
Diffstat (limited to 'doc/source/command-objects/subnet.rst')
| -rw-r--r-- | doc/source/command-objects/subnet.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/source/command-objects/subnet.rst b/doc/source/command-objects/subnet.rst index f0d5e90a..ba800373 100644 --- a/doc/source/command-objects/subnet.rst +++ b/doc/source/command-objects/subnet.rst @@ -151,6 +151,7 @@ List subnets os subnet list [--long] + [--ip-version {4,6}] .. option:: --long |
