Comment 2 for bug 1712192

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

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

commit c9c668437efb9e7f05a399472875b29c70f79d76
Author: Sean McGinnis <email address hidden>
Date: Mon Aug 21 16:29:05 2017 -0500

    Allow v3.0 volume metadata API calls

    Commit I575635258c10f299181b8e4cdb51a7ad1f1be764 added some optimization
    to a few of the volume metadata API calls. It added a check incorrectly
    for the microversion for those changes such that if you were not using
    microversion 3.15 or above, it would fail the API call.

    This changes the microversion check to correctly either perform the
    new requested functionality or fail back to the base 3.0/2.0 API
    behavior.

    Change-Id: I09ad8200f73273dae8e5d926939620b71d9210e8
    Closes-bug: #1712192