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) --- releasenotes/notes/network_dns_integration-5914b2c2be474a41.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 releasenotes/notes/network_dns_integration-5914b2c2be474a41.yaml (limited to 'releasenotes') diff --git a/releasenotes/notes/network_dns_integration-5914b2c2be474a41.yaml b/releasenotes/notes/network_dns_integration-5914b2c2be474a41.yaml new file mode 100644 index 00000000..ede56747 --- /dev/null +++ b/releasenotes/notes/network_dns_integration-5914b2c2be474a41.yaml @@ -0,0 +1,9 @@ +--- +features: + - | + Add dns-domain support for network commands. + The new parameter ``--dns-domain`` is added to the ``network create`` + and ``network set`` commands. This parameter sets + the domain name for the network. + Check backend available extension and return an error + message if it is missing (instead of a Bad Request HTTP 400). -- cgit v1.2.1