diff options
| author | Huanxuan Ao <huanxuan.ao@easystack.cn> | 2016-06-15 13:57:39 +0800 |
|---|---|---|
| committer | Huanxuan Ao <huanxuan.ao@easystack.cn> | 2016-06-15 20:33:09 +0800 |
| commit | ca5e8e6c8540e457a620cc90d321a08e7417de32 (patch) | |
| tree | e6aa4b09c6252a9aec2d5c86c2440bf0e68b7cca /doc/source/command-objects/ip-availability.rst | |
| parent | 0ec711c640120539e4968c81fd6ee158257845d4 (diff) | |
| download | python-openstackclient-ca5e8e6c8540e457a620cc90d321a08e7417de32.tar.gz | |
Add default IP version and fix help messages for "ip availability list"
There was not a default IP version in "ip availability list"
command, if we used this command without "--ip-version" option,
the output was different from the outputs with the option
"--ip-version 4" and "--ip-version 6" and it is not right.
This patch add default IP version (default is 4) in ``ip
availability list`` command and make this command work properly
without ``--ip-version`` option. And also fix the help message.
Change-Id: Idc08ab6eaf05946eb2ab59bfb3d4497a383d987d
Closes-Bug: #1592761
Diffstat (limited to 'doc/source/command-objects/ip-availability.rst')
| -rw-r--r-- | doc/source/command-objects/ip-availability.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/command-objects/ip-availability.rst b/doc/source/command-objects/ip-availability.rst index 55b78427..f200ab13 100644 --- a/doc/source/command-objects/ip-availability.rst +++ b/doc/source/command-objects/ip-availability.rst @@ -25,7 +25,7 @@ number of allocated IP addresses from that pool. .. option:: --ip-version {4,6} List IP availability of given IP version networks - (Default is 4) + (default is 4) .. option:: --project <project> |
