update cinder kmgr parameter for Queens

puppet-cinder deprecated keymgr_api_class in favor of keymgr_backend to
reflect what Cinder team did in Queens.
Also, puppet-cinder will default the correct backend from now, so no
need to override it here.

Depends-On: I6f015a4ed4980d37622bb2931477af916cfc9003
Related-Bug: #1725298
Change-Id: I0da30ecfc1c7c419e2554eec20aed1825e62df5a
This commit is contained in:
Emilien Macchi 2017-10-20 07:50:54 -07:00
parent 900416d980
commit b2ae660939

View File

@ -177,7 +177,7 @@ outputs:
nova::compute::barbican_auth_endpoint:
get_param: [EndpointMap, KeystoneInternal, uri_no_suffix]
cinder_api:
cinder::api::keymgr_api_class: >
cinder::api::keymgr_backend: >
castellan.key_manager.barbican_key_manager.BarbicanKeyManager
cinder::api::keymgr_encryption_api_url:
get_param: [EndpointMap, BarbicanInternal, uri]