python-neutronclient/releasenotes/notes/add-no-shared-option-to-qos-policy-update-56ac41fb3af7e309.yaml
Sławek Kapłoński 521ff7cee5 Add no-shared option to qos-policy-update command
QoS policy can now be updated to be not shared with
other tenants if it was shared before.
To set QoS policy as not shared option "--no-shared"
should be passed to qos-policy-update command.
Option '--shared' works still like it was before so
this change is backward compatible.

Change-Id: I18d32813b3c59cbadfe1f4a1b9ba06725a1d7bb8
Closes-Bug: #1590942
2016-06-13 10:57:04 +00:00

7 lines
252 B
YAML

---
fixes:
- |
CLI support to set QoS policy as not shared if it was shared before.
The ``qos-policy-update`` command include a ``--no-shared`` option.
Closes `bug 1590942 <https://bugs.launchpad.net/python-neutronclient/+bug/1590942>`_.