python-openstackclient/releasenotes/notes/overwrite-options-for-subnet-76476127dcf321ad.yaml
Reedip 7f12b745ce Overwrite/Clear support for subnets
This patch adds the overwrite/clear functionality
for allocation-pool and host-routes in subnets.

Change-Id: Idfa41173d0c054c5bfb4eda8c5f614928012555a
implements: blueprint allow-overwrite-set-options
2016-09-21 04:24:47 +00:00

7 lines
279 B
YAML

---
features:
- |
``subnet set`` command now allows the user to clear and overwrite
allocation-pool or host-route of a subnet.
[ Blueprint `allow-overwrite-set-options <https://blueprints.launchpad.net/python-openstackclient/+spec/allow-overwrite-set-options>` _]