python-openstackclient/releasenotes/notes/add-no-property-f97e4b2f390cec06.yaml
Reedip 6a3c7c2a68 Overwrite/Clear Flavor property
This patch adds support to overwrite/clear the flavor's
property using the new ``--no-property`` option in the
``flavor set`` command.

Change-Id: I873c96fcf223bbd638a19b908766d904a84e8431
Implements: blueprint allow-overwrite-set-options
Co-Authored By: zhiyong.dai@easystack.cn
2017-02-13 15:16:09 +00:00

7 lines
283 B
YAML

---
features:
- |
Add support to clear/overwrite all flavor properties using
``--no-property`` option with ``flavor set`` command.
[ Blueprint `allow-overwrite-set-options <https://blueprints.launchpad.net/python-openstackclient/+spec/allow-overwrite-set-options>` _]