python-openstackclient/releasenotes/notes/bug-1675489-a1d226f2ee911420.yaml
ycx e7ef9e8556 Network: Add interfaces info in router show
Add a list of interfaces info in the output of
'openstack router show'.
The information of router interface are:
IP address, subnet ID and port ID.

Co-Authored-By: Dongcan Ye <hellochosen@gmail.com>

Change-Id: I1252986122122defffe795292b83dc4e84481c7e
Closes-Bug: #1675489
2017-11-15 22:28:46 +00:00

7 lines
291 B
YAML

---
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>`_]