Merge "Disable barbican"

This commit is contained in:
Jenkins 2016-08-15 16:56:23 +00:00 committed by Gerrit Code Review
commit da748ad437
2 changed files with 2 additions and 1 deletions

View File

@ -26,7 +26,7 @@ case $::osfamily {
'RedHat': {
$ipv6 = true
$zaqar_enabled = true
$barbican_enabled = true
$barbican_enabled = false
}
default: {
fail("Unsupported osfamily (${::osfamily})")

View File

@ -44,6 +44,7 @@ class openstack_integration::barbican {
class { '::barbican::api::logging':
debug => true,
}
# TODO(iurygregory): update configuration to authtoken schema
class { '::barbican::api':
host_href => "${::openstack_integration::config::base_url}:9311",
auth_type => 'keystone',