Comment 2 for bug 1333257

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

Reviewed: https://review.openstack.org/104056
Committed: https://git.openstack.org/cgit/openstack/python-cinderclient/commit/?id=ae04b4b09982bf98ed963fb541da5f3bf73b9a17
Submitter: Jenkins
Branch: master

commit ae04b4b09982bf98ed963fb541da5f3bf73b9a17
Author: liyingjun <email address hidden>
Date: Wed Jun 25 04:47:25 2014 +0800

    Add tenant uuid when running cinder list --all-tenants

    Add the tenant uuid to the output when running cinder list --all-tenants,
    since this is an admin command any way, it would help to list the tenant
    UUID so we do not have to run cinder show to see the tenant uuid when we
    have further queries to run.

    Change-Id: I661789e957fa00947c4d5595f7e0515c27963735
    Closes-bug: 1333257