summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorReedip <reedip.banerjee@nectechnologies.in>2016-10-04 16:25:07 +0530
committerReedip <reedip.banerjee@nectechnologies.in>2016-10-16 05:04:38 +0000
commit8f8a8448a4adc1d250c253738688ff46e6456616 (patch)
treef47731a0b8d9a14672db1a893fab837df5d82fc9 /releasenotes
parentbfeecd50fdb8f1475d51ac662eb09514a1754345 (diff)
downloadpython-openstackclient-8f8a8448a4adc1d250c253738688ff46e6456616.tar.gz
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
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/bug-1566090_64726dc7df5b1572.yaml7
1 files changed, 7 insertions, 0 deletions
diff --git a/releasenotes/notes/bug-1566090_64726dc7df5b1572.yaml b/releasenotes/notes/bug-1566090_64726dc7df5b1572.yaml
new file mode 100644
index 00000000..464e57f0
--- /dev/null
+++ b/releasenotes/notes/bug-1566090_64726dc7df5b1572.yaml
@@ -0,0 +1,7 @@
+---
+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>`_]