python-openstackclient/releasenotes/notes/bug-1566090_64726dc7df5b1572.yaml
Reedip 8f8a8448a4 Add necessary info to Floating IP list
This patch adds the Network ID and Project ID
for the listed floating IPs when Neutron is enabled
for OpenstackClient.

Change-Id: I823090f2e6d30acd72247d30956f48f4d7672a50
Closes-Bug:#1566090
2016-10-16 05:04:38 +00:00

8 lines
240 B
YAML

---
features:
- |
``openstack floating ip`` now provides ``Floating Network`` and
``Project`` to identify to which network and project the
floating-ip belongs to.
[Bug `1566090 <https://bugs.launchpad.net/bugs/1566090>`_]