python-openstackclient/releasenotes/notes/floatingip_dns_integration-f26c7575694d098d.yaml
Stephen Finucane 379db31ea2 Address pre-commit issues
We'd like to use pre-commit as our 'pep8' target. Before we do that, we
need to address some issues that have crept in over the time since
pre-commit was first added.

Change-Id: I3bb383a00a44007eaa241e037e38aea16bd517b2
Signed-off-by: Stephen Finucane <sfinucan@redhat.com>
2023-05-10 10:48:53 +01:00

15 lines
603 B
YAML

---
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>`_]