python-openstackclient/releasenotes/notes/bug-1667294-f92efa49627eb00a.yaml
Reedip eb793dc8c6 Add default-quota to subnet pool commands
Add --default-quota option to subnet pool create and set commands.

Setting default-quota back to None may break the current Neutron
behavior, therefore support for Unset command is not provided in
this patch.

Neutron API:
a0e0e8b668/neutron/api/v2/attributes.py (L239)

Closes-Bug: #1667294
Change-Id: Ia4e7c23a49e91a090133c729353cdb8e62bc5674
2017-06-12 02:52:28 +00:00

7 lines
205 B
YAML

---
features:
- |
Add ``--default-quota`` option to ``subnet pool create``
and ``subnet pool set`` commands.
[Bug `1667294 <https://bugs.launchpad.net/python-openstackclient/+bug/1667294>`_]