python-openstackclient/releasenotes/notes/bug-1544586-0fe19a567d3e31fc.yaml
Brad Behle 48ebc49f20 Add new share and default parms to subnet pool cmds
Add the "share" and "default" parms to subnet pool create command.
Add the "default" and "no-default" parms to subnet pool set command.
Note that "share" can not be modified once subnet pool has been
created, so do not add this to the set command.

Change-Id: I1eecad69527a1cde7fb234669f4aff2be2db491e
Partial-Bug: #1544591
Partial-Bug: #1544586
2016-04-20 20:12:02 -05:00

7 lines
310 B
YAML

---
features:
- Add ``--share`` and ``--default`` options to ``subnet pool create``
and ``--default`` option to ``subnet pool set``
[Bug `1544586 <https://bugs.launchpad.net/python-openstackclient/+bug/1544586>`_]
[Bug `1544591 <https://bugs.launchpad.net/python-openstackclient/+bug/1544591>`_]