python-openstackclient/releasenotes/notes/bug-1569480-c52e330548bfbd78.yaml
Richard Theis 3a4d53a93b Fix prefixes output for subnet pool list
Fixed "os subnet pool list" command to properly disply the
list of subnet pool prefixes in the "Prefixes" column. This
fix is consistent with the "os subnet pool create" and
"os subnet pool show" command output.

Change-Id: I431d85c3b7f5bf8a327500decf3a15063fc5b120
Closes-Bug: #1569480
2016-04-12 12:42:13 -05:00

8 lines
301 B
YAML

---
fixes:
- Fixed ``subnet pool list`` command to properly disply the
list of subnet pool prefixes in the ``Prefixes`` column.
This fix is consistent with the ``subnet pool create`` and
``subnet pool show`` command output.
[Bug `1569480 <https://bugs.launchpad.net/bugs/1569480>`_]