python-openstackclient/releasenotes/notes/bug-1572228-03638a7adec5da8b.yaml
Richard Theis 9f3fa5ee3b Fix network router type display
The OpenStack SDK maps the network "router:external" field to
"is_router_external". However, OSC was using the incorrect
mapping, "router_external".  This caused OSC to display router
type as "Internal" for all networks.

Change-Id: Ifcd1349ab7c5881baee751936d076bf6aa058852
Closes-Bug: #1572228
2016-05-05 15:01:36 -05:00

7 lines
252 B
YAML

---
fixes:
- Fixed ``network create``, ``network show`` and ``network list``
commands to correctly display the router type in the
``router:external`` and ``Router Type`` columns.
[Bug `1572228 <https://bugs.launchpad.net/bugs/1572228>`_]