Merge "Disable barbican"
This commit is contained in:
commit
da748ad437
@ -26,7 +26,7 @@ case $::osfamily {
|
|||||||
'RedHat': {
|
'RedHat': {
|
||||||
$ipv6 = true
|
$ipv6 = true
|
||||||
$zaqar_enabled = true
|
$zaqar_enabled = true
|
||||||
$barbican_enabled = true
|
$barbican_enabled = false
|
||||||
}
|
}
|
||||||
default: {
|
default: {
|
||||||
fail("Unsupported osfamily (${::osfamily})")
|
fail("Unsupported osfamily (${::osfamily})")
|
||||||
|
@ -44,6 +44,7 @@ class openstack_integration::barbican {
|
|||||||
class { '::barbican::api::logging':
|
class { '::barbican::api::logging':
|
||||||
debug => true,
|
debug => true,
|
||||||
}
|
}
|
||||||
|
# TODO(iurygregory): update configuration to authtoken schema
|
||||||
class { '::barbican::api':
|
class { '::barbican::api':
|
||||||
host_href => "${::openstack_integration::config::base_url}:9311",
|
host_href => "${::openstack_integration::config::base_url}:9311",
|
||||||
auth_type => 'keystone',
|
auth_type => 'keystone',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user