File: network_dns_integration-5914b2c2be474a41.yaml

package info (click to toggle)
python-openstackclient 8.2.0-9
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 11,048 kB
  • sloc: python: 132,005; makefile: 140; sh: 22
file content (9 lines) | stat: -rw-r--r-- 358 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
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).