diff options
| author | Pierre Hanselmann <pierre.hanselmann@gmail.com> | 2017-10-31 15:35:10 +0100 |
|---|---|---|
| committer | Keith Berger <keith.berger@suse.com> | 2020-01-03 23:16:23 +0000 |
| commit | e7a8687a2c87a507ce25e042014d6a918e95d035 (patch) | |
| tree | 4e1e6dc0be2cd3798e968c5a21d14e7f3bb8157e /doc/source/cli/command-objects | |
| parent | 3fe5d27a4df00280d00cc9041b99911b3d576eef (diff) | |
| download | python-openstackclient-e7a8687a2c87a507ce25e042014d6a918e95d035.tar.gz | |
Add dns-domain support to Network object
Add "dns-domain" parameter to Network class. Also check
backend extensions and send an error message in case of
an argument (like dns-domain) is sent and the extension is
missing (dns-integration in this case).
Change-Id: I7303658c27d9b9f2d8381ccea0b29e96909cab54
Closes-Bug: 1633214
Partial-Bug: 1547736
(cherry picked from commit b8754e15e7adc9a04587f67c83febaf49b64f18c)
Diffstat (limited to 'doc/source/cli/command-objects')
| -rw-r--r-- | doc/source/cli/command-objects/network.rst | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/source/cli/command-objects/network.rst b/doc/source/cli/command-objects/network.rst index 220fbf32..75113f89 100644 --- a/doc/source/cli/command-objects/network.rst +++ b/doc/source/cli/command-objects/network.rst @@ -33,6 +33,7 @@ Create new network [--provider-segment <provider-segment>] [--qos-policy <qos-policy>] [--transparent-vlan | --no-transparent-vlan] + [--dns-domain <dns-domain>] [--tag <tag> | --no-tag] <name> @@ -173,6 +174,10 @@ Create new network *Network version 2 only* +.. option:: --dns-domain <dns-domain> + + Set DNS domain for this network (requires DNS integration extension). + .. option:: --tag <tag> Tag to be added to the network (repeat option to set multiple tags) @@ -367,6 +372,7 @@ Set network properties [--provider-physical-network <provider-physical-network>] [--provider-segment <provider-segment>] [--qos-policy <qos-policy> | --no-qos-policy] + [--dns-domain <dns-domain>] [--tag <tag>] [--no-tag] <network> @@ -446,6 +452,10 @@ Set network properties Remove the QoS policy attached to this network +.. option:: --dns-domain <dns-domain> + + Set DNS domain for this network (requires DNS integration extension). + .. option:: --tag <tag> Tag to be added to the network (repeat option to set multiple tags) |
