python-openstackclient/releasenotes/notes/add-dns-nameserver-overwrite-option-b866baeae12f9460.yaml
Reedip abfcd7810c Introduce overwrite functionality in `osc subnet set`
The overwrite functionality allows user to overwrite
the dns-nameservers of a specific subnet.

Change-Id: I421808a3bdeb4565668f627b7929c4762cf40212
partially-implements: blueprint allow-overwrite-set-options
partially-implements: blueprint network-commands-options
2016-11-28 05:49:21 +00:00

8 lines
315 B
YAML

---
features:
- |
``subnet set`` command now allows the user to overwrite/clear dns-nameserver information
of a subnet by using the option ``no-dns-nameserver``.
[ Blueprint `allow-overwrite-set-options <https://blueprints.launchpad.net/python-openstackclient/+spec/allow-overwrite-set-options>` _]