Comment 4 for bug 1407388

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

Reviewed: https://review.openstack.org/144866
Committed: https://git.openstack.org/cgit/openstack/python-novaclient/commit/?id=4e76f9590b49c925703cbbf42d1e232725465eff
Submitter: Jenkins
Branch: master

commit 4e76f9590b49c925703cbbf42d1e232725465eff
Author: Rui Chen <email address hidden>
Date: Sun Jan 4 16:35:12 2015 +0800

    Fix issue of quota-show and quota-defaults

    quota-show and quota-defaults not work because 'SessionClient'
    object has no attribute 'tenant_id'. Try to get project_id
    from auth_ref when cs.client is SessionClient instance.

    Change-Id: Ic125a99ba34e911485868454c3c7531a34eabdc9
    Closes-Bug: #1407388