Comment 4 for bug 1721037

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

Reviewed: https://review.openstack.org/509768
Committed: https://git.openstack.org/cgit/openstack/openstack-ansible-os_cinder/commit/?id=9ad69a9e9d86abdd192f9d418f189d71c170bc59
Submitter: Jenkins
Branch: master

commit 9ad69a9e9d86abdd192f9d418f189d71c170bc59
Author: Jean-Philippe Evrard <email address hidden>
Date: Thu Oct 5 12:48:56 2017 +0000

    Workaround bad cinder defaults

    key_manager/backend default value is 'barbican'.
    While castellan resolves this to a class using stevedore,
    cinder loads it tries to load it directly.
    So it fails if the value of backend is not set to a full class.

    Change-Id: Ia8417bbdac3f515e42d1ed760110a63ae14f8f00
    Partial-Bug: #1721037