![Pierre Hanselmann](/assets/img/avatar_default.png)
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
10 lines
358 B
YAML
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).
|