Comment 2 for bug 1722438

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to python-moganclient (master)

Reviewed: https://review.openstack.org/510724
Committed: https://git.openstack.org/cgit/openstack/python-moganclient/commit/?id=9c3ae09c320e3a0df4e64ac85f7b965db3b39d97
Submitter: Jenkins
Branch: master

commit 9c3ae09c320e3a0df4e64ac85f7b965db3b39d97
Author: liusheng <email address hidden>
Date: Tue Oct 10 11:14:21 2017 +0800

    Don't show empty columns if no column data for non-admin users

    For listing flavor and showing flavor commands by non-admin users, it will
    show empty columns of "resources" and "resource_aggregates" fields,
    because they are invisible for common users. It's better to avoid show the
    empty columns.

    Change-Id: If85a9f5711859030234f4159c9011459bbe4287b
    Closes-Bug: #1722438