summaryrefslogtreecommitdiff
path: root/doc/source/command-objects
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2016-12-01 21:57:15 +0000
committerGerrit Code Review <review@openstack.org>2016-12-01 21:57:15 +0000
commit3a509be871ec104e46f4a2c11503bdfee0e863b4 (patch)
treeb394301cb7bea9fae81e88010e629f827860e7d3 /doc/source/command-objects
parentd6e058fa1f6323ef73354f0aea0e09efb647bc7e (diff)
parentabfcd7810cb5937060fd9ae290f07a48226c9ced (diff)
downloadpython-openstackclient-3a509be871ec104e46f4a2c11503bdfee0e863b4.tar.gz
Merge "Introduce overwrite functionality in ``osc subnet set``"
Diffstat (limited to 'doc/source/command-objects')
-rw-r--r--doc/source/command-objects/subnet.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/source/command-objects/subnet.rst b/doc/source/command-objects/subnet.rst
index c4c980f6..61526192 100644
--- a/doc/source/command-objects/subnet.rst
+++ b/doc/source/command-objects/subnet.rst
@@ -231,6 +231,7 @@ Set subnet properties
[--no-allocation-pool]
[--dhcp | --no-dhcp]
[--dns-nameserver <dns-nameserver>]
+ [--no-dns-nameserver]
[--gateway <gateway-ip>]
[--host-route destination=<subnet>,gateway=<ip-address>]
[--no-host-route]
@@ -263,6 +264,12 @@ Set subnet properties
DNS server for this subnet (repeat option to set multiple DNS servers)
+.. option:: --no-dns-nameservers
+
+ Clear existing information of DNS servers.
+ Specify both --dns-nameserver and --no-dns-nameservers
+ to overwrite the current DNS server information.
+
.. option:: --gateway <gateway>
Specify a gateway for the subnet. The options are: