summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorReedip <reedip.banerjee@nectechnologies.in>2016-11-16 14:22:44 +0530
committerReedip <reedip.banerjee@nectechnologies.in>2016-11-28 05:49:21 +0000
commitabfcd7810cb5937060fd9ae290f07a48226c9ced (patch)
tree3bbfe9186e0e78564171757a029f1400003e266b /releasenotes
parent4cd336b1285fdd0455ce1fcc4544ae81a7756e0b (diff)
downloadpython-openstackclient-abfcd7810cb5937060fd9ae290f07a48226c9ced.tar.gz
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
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/add-dns-nameserver-overwrite-option-b866baeae12f9460.yaml7
1 files changed, 7 insertions, 0 deletions
diff --git a/releasenotes/notes/add-dns-nameserver-overwrite-option-b866baeae12f9460.yaml b/releasenotes/notes/add-dns-nameserver-overwrite-option-b866baeae12f9460.yaml
new file mode 100644
index 00000000..04f0638d
--- /dev/null
+++ b/releasenotes/notes/add-dns-nameserver-overwrite-option-b866baeae12f9460.yaml
@@ -0,0 +1,7 @@
+---
+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>` _]
+