Merge "Allways set key_manager/api_class to an existing class path"

This commit is contained in:
Jenkins
2017年09月27日 00:53:08 +00:00
committed by Gerrit Code Review

View File

@@ -76,7 +76,9 @@ class openstack_integration::cinder (
$keymgr_encryption_api_url = "${::openstack_integration::config::base_url}:9311"
$keymgr_encryption_auth_url="${::openstack_integration::config::keystone_auth_uri}/v3"
}else{
$keymgr_api_class = undef
# (TODO) amoralej - we need to define api_class until fix https://review.openstack.org/#/c/468252 in
# cinder is merged to unblock puppet promotion
$keymgr_api_class = 'castellan.key_manager.barbican_key_manager.BarbicanKeyManager'
$keymgr_encryption_api_url = undef
$keymgr_encryption_auth_url = undef
}
Reference in New Issue
openstack/puppet-openstack-integration
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.

The note is not visible to the blocked user.