python-openstackclient/releasenotes/notes/bug-1592761-f45998453d6801f7.yaml
Huanxuan Ao ca5e8e6c85 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
2016-06-15 20:33:09 +08:00

6 lines
210 B
YAML

---
fixes:
- Add default IP version in ``ip availability list`` command and make
this command work properly without ``--ip-version`` option.
[Bug `1592761 <https://bugs.launchpad.net/bugs/1592761>`_]