Comment 2 for bug 1648717

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

Reviewed: https://review.openstack.org/409030
Committed: https://git.openstack.org/cgit/openstack/cinder/commit/?id=38434795445270efdbec9c0471e36498fc1045ca
Submitter: Jenkins
Branch: master

commit 38434795445270efdbec9c0471e36498fc1045ca
Author: wangxiyuan <email address hidden>
Date: Fri Dec 9 15:40:38 2016 +0800

    Don't drop the volume type's extra spec at DB layer

    Now the volume type's extra spec will be always dropped at
    DB layer if the request is non admin. But this behavior is
    controled by policy. We should return the extra specs to API and
    let the policy check to decide whether drop it or not.

    Change-Id: I1130a53a02da7aa4b8eb0587186331166d2b9bc1
    Closes-bug: #1648717