python-openstackclient/releasenotes/notes/network_dns_integration-5914b2c2be474a41.yaml
Pierre Hanselmann b8754e15e7 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
2018-04-23 08:37:27 +00:00

10 lines
358 B
YAML

---
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).