Comment 5 for bug 1343876

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

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

commit 6565e275fdba7edc0a63330d0be898923f0f5f20
Author: JordanP <email address hidden>
Date: Tue Aug 5 11:28:09 2014 +0200

    Avoid extra lookups in extra-specs-list

    extra-specs-list used to use the extra-specs cinder extension
    to get information on volume type extra specs. This information
    is publicly available through the volume-type API [1] thus we
    can avoid the extra-lookups of querying the extra-specs extension.

    As the extra-spec info is publicly available, remove the part of
    the docstring of cinder extra-specs-list that says 'admin only'.

    [1] http://docs.openstack.org/api/openstack-block-storage/2.0/content/GET_getVolumeTypes__v2__tenant_id__types_Volume_Types.html

    Change-Id: I9a8256a044511ac5233d8170fc57118ccaa1e217
    Closes-Bug: 1343876