python-openstackclient/releasenotes/notes/bug-1742453-ae4be6de90a3ae1d.yaml
npraveen35 c615bcd75e Display private flavors in server list
Update the code so that "openstack server list --all"
also displays the names of private flavors.

Change-Id: I4804fcd905eaf67b1ad9b461084eaf0caa820d2f
Closes-Bug: #1742453
2018-03-21 12:23:33 +00:00

7 lines
223 B
YAML

---
fixes:
- |
The ``server list --all`` command now resolves non-public flavor names,
too, so that the ``Flavor`` column will be properly populated.
[Bug `1742453 <https://bugs.launchpad.net/bugs/1742453>`_]