ed09f28a9d
Add the DNS domain and name options to the ``floating ip create`` command. Also add these two columns to the output of the ``floating ip list --long`` command. Change-Id: Id4cb18b51b252f19b87b24ec5d77183771189d17 Story: 1547736 Task: 13114
15 lines
604 B
YAML
15 lines
604 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>`_]
|