diff options
Diffstat (limited to 'doc')
| -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) |
