summaryrefslogtreecommitdiff
path: root/releasenotes/notes
diff options
context:
space:
mode:
authorZuul <zuul@review.openstack.org>2017-11-16 01:45:55 +0000
committerGerrit Code Review <review@openstack.org>2017-11-16 01:45:55 +0000
commitc161a76a5f08585388e1a49d2882204ca719428c (patch)
tree0c3160f08f353cecf332f537d26c3a2b7fb9721d /releasenotes/notes
parent67c8da4499be4bba7871af596cd4fb0fa99c4020 (diff)
parente7ef9e855677051383446e18e393b1f96158331b (diff)
downloadpython-openstackclient-c161a76a5f08585388e1a49d2882204ca719428c.tar.gz
Merge "Network: Add interfaces info in router show"
Diffstat (limited to 'releasenotes/notes')
-rw-r--r--releasenotes/notes/bug-1675489-a1d226f2ee911420.yaml6
1 files changed, 6 insertions, 0 deletions
diff --git a/releasenotes/notes/bug-1675489-a1d226f2ee911420.yaml b/releasenotes/notes/bug-1675489-a1d226f2ee911420.yaml
new file mode 100644
index 00000000..5a296d48
--- /dev/null
+++ b/releasenotes/notes/bug-1675489-a1d226f2ee911420.yaml
@@ -0,0 +1,6 @@
+---
+features:
+ - Add router interfaces info (as field ``interfaces_info``) to ``router show`` command.
+ The information of router interface include port's ID, IP address,
+ the subnet ID it belongs.
+ [Bug `1675489 <https://bugs.launchpad.net/python-openstackclient/+bug/1675489>`_]