blob: 9c1d4cf5d2f37a6c6da35f2fc54c19661e114456 (
plain)
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>`_]
|