summaryrefslogtreecommitdiff
path: root/releasenotes/notes
diff options
context:
space:
mode:
authorPierre Hanselmann <pierre.hanselmann@gmail.com>2017-10-31 15:35:10 +0100
committerJens Harbott <j.harbott@x-ion.de>2018-04-23 08:37:27 +0000
commitb8754e15e7adc9a04587f67c83febaf49b64f18c (patch)
treedab7a03949dbfa5601639e677dbd580a23a3eb1a /releasenotes/notes
parentb59de7b8494ddbde3570780214378cdb2208c482 (diff)
downloadpython-openstackclient-b8754e15e7adc9a04587f67c83febaf49b64f18c.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
Diffstat (limited to 'releasenotes/notes')
-rw-r--r--releasenotes/notes/network_dns_integration-5914b2c2be474a41.yaml9
1 files changed, 9 insertions, 0 deletions
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).