summaryrefslogtreecommitdiff
path: root/releasenotes/notes
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2020-08-19 15:58:33 +0000
committerGerrit Code Review <review@openstack.org>2020-08-19 15:58:33 +0000
commit13e7d43b9777dd0719df5fb89ec7946ea761f5cf (patch)
treed4a36c43d97d2aac37e594ea60df9f2c051eeabb /releasenotes/notes
parent3bcfe983c70c0bc6217b5e685edb379b5d54640c (diff)
parente7a8687a2c87a507ce25e042014d6a918e95d035 (diff)
downloadpython-openstackclient-stable/rocky.tar.gz
Merge "Add dns-domain support to Network object" into stable/rockystable/rocky
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).