From e7a8687a2c87a507ce25e042014d6a918e95d035 Mon Sep 17 00:00:00 2001 From: Pierre Hanselmann Date: Tue, 31 Oct 2017 15:35:10 +0100 Subject: 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) --- doc/source/cli/command-objects/network.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'doc/source') 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 ] [--qos-policy ] [--transparent-vlan | --no-transparent-vlan] + [--dns-domain ] [--tag | --no-tag] @@ -173,6 +174,10 @@ Create new network *Network version 2 only* +.. option:: --dns-domain + + Set DNS domain for this network (requires DNS integration extension). + .. option:: --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-segment ] [--qos-policy | --no-qos-policy] + [--dns-domain ] [--tag ] [--no-tag] @@ -446,6 +452,10 @@ Set network properties Remove the QoS policy attached to this network +.. option:: --dns-domain + + Set DNS domain for this network (requires DNS integration extension). + .. option:: --tag Tag to be added to the network (repeat option to set multiple tags) -- cgit v1.2.1