router show should include interfaces
Bug #1675489 reported by
David Rabel
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
python-openstackclient |
Fix Released
|
Wishlist
|
yanpuqing |
Bug Description
"openstack router show" shows the external gateway info. It should also show information of connected interfaces.
Changed in python-openstackclient: | |
importance: | Undecided → Wishlist |
status: | New → Confirmed |
Changed in python-openstackclient: | |
assignee: | nobody → yanpuqing (ycx) |
status: | Confirmed → In Progress |
To post a comment you must log in.
Looks reasonable case, we have "router add port/subnet" command now, but can't show which interface had been set on specified router, neutron client have "neutron router-port-list <router>", we should implement it in OSC.