Comment 3 for bug 1495764

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

Reviewed: https://review.openstack.org/223393
Committed: https://git.openstack.org/cgit/openstack/cinder/commit/?id=87b6072b8401528c5582f48ec3cc5b52049a3774
Submitter: Jenkins
Branch: master

commit 87b6072b8401528c5582f48ec3cc5b52049a3774
Author: Xing Yang <email address hidden>
Date: Tue Aug 18 20:21:56 2015 -0400

    Extra specs may not be in volume types

    Get volume types no longer returns extra specs for non-admin users.
    This breaks volume creation which needs extra specs. This patch fixes it
    as follows:
    * In volume/api.py, get extra specs when checking for retype.
    * In scheduler/filter_scheduler.py, get extra specs if they are not
      already in volume type.

    Closes-Bug: 1495764
    Change-Id: I1eca87d14cce84596628f0e8b3ea1602914bd883