File: floatingip_dns_integration-f26c7575694d098d.yaml

package info (click to toggle)
python-openstackclient 8.2.0-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 10,960 kB
  • sloc: python: 132,001; makefile: 140; sh: 22
file content (14 lines) | stat: -rw-r--r-- 603 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
---
features:
  - |
    Add ``--dns-domain`` and ``--dns-name`` options to the
    ``floating ip create`` commands. These options
    set the DNS domain and name for the floating IP.

    Check backend available extension and return an error
    message if it is missing (instead of a Bad Request HTTP 400).
    [Bug `1547736 <https://storyboard.openstack.org/#!/story/1547736>`_]
  - |
    Add ``--long`` option to the ``floating ip list`` command.  This adds
    ``DNS Name`` and ``DNS Domain`` columns to the floating IP list.
    [Bug `1547736 <https://storyboard.openstack.org/#!/story/1547736>`_]