Comment 2 for bug 1501780

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

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

commit f16d13e4cad21f8039c604b8683bd321b824a786
Author: Ollie Leahy <email address hidden>
Date: Thu Oct 1 18:21:52 2015 +0100

    encryption_api_url requires a version

    If the value configured for encryption_api_url does not include the
    barbican API version, then some calls from cinder will fail. This can
    mean that encrypted volumes cannot be deleted. To prevent this happening
    raise an exception if the configured value for encryption_api_url does not
    include the barbican version.

    Change-Id: I1a4c9b9e93d7d189a3cdf1469e8bb87817473da5
    Closes-Bug: #1501780