Merge "Add necessary parameters for encrypted volumes support"
This commit is contained in:
commit
6800667195
@ -128,3 +128,17 @@ outputs:
|
|||||||
barbican::keystone::auth::password: {get_param: BarbicanPassword}
|
barbican::keystone::auth::password: {get_param: BarbicanPassword}
|
||||||
barbican::keystone::auth::region: {get_param: KeystoneRegion}
|
barbican::keystone::auth::region: {get_param: KeystoneRegion}
|
||||||
barbican::keystone::auth::tenant: 'service'
|
barbican::keystone::auth::tenant: 'service'
|
||||||
|
nova_compute:
|
||||||
|
nova::compute::keymgr_api_class: >
|
||||||
|
castellan.key_manager.barbican_key_manager.BarbicanKeyManager
|
||||||
|
nova::compute::barbican_endpoint:
|
||||||
|
get_param: [EndpointMap, BarbicanInternal, uri]
|
||||||
|
nova::compute::barbican_auth_endpoint:
|
||||||
|
get_param: [EndpointMap, KeystoneV3Internal, uri]
|
||||||
|
cinder_api:
|
||||||
|
cinder::api::keymgr_api_class: >
|
||||||
|
castellan.key_manager.barbican_key_manager.BarbicanKeyManager
|
||||||
|
cinder::api::keymgr_encryption_api_url:
|
||||||
|
get_param: [EndpointMap, BarbicanInternal, uri]
|
||||||
|
cinder::api::keymgr_encryption_auth_url:
|
||||||
|
get_param: [EndpointMap, KeystoneV3Internal, uri]
|
||||||
|
Loading…
Reference in New Issue
Block a user