diff options
| author | Jenkins <jenkins@review.openstack.org> | 2016-12-01 21:57:15 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2016-12-01 21:57:15 +0000 |
| commit | 3a509be871ec104e46f4a2c11503bdfee0e863b4 (patch) | |
| tree | b394301cb7bea9fae81e88010e629f827860e7d3 /doc/source/command-objects/subnet.rst | |
| parent | d6e058fa1f6323ef73354f0aea0e09efb647bc7e (diff) | |
| parent | abfcd7810cb5937060fd9ae290f07a48226c9ced (diff) | |
| download | python-openstackclient-3a509be871ec104e46f4a2c11503bdfee0e863b4.tar.gz | |
Merge "Introduce overwrite functionality in ``osc subnet set``"
Diffstat (limited to 'doc/source/command-objects/subnet.rst')
| -rw-r--r-- | doc/source/command-objects/subnet.rst | 7 |
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: |
