Merge "Disable barbican"
This commit is contained in:
commit
da748ad437
@ -26,7 +26,7 @@ case $::osfamily {
|
||||
'RedHat': {
|
||||
$ipv6 = true
|
||||
$zaqar_enabled = true
|
||||
$barbican_enabled = true
|
||||
$barbican_enabled = false
|
||||
}
|
||||
default: {
|
||||
fail("Unsupported osfamily (${::osfamily})")
|
||||
|
@ -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',
|
||||
|
Loading…
x
Reference in New Issue
Block a user