Merge "Fix the default values for ca_file and cert_file"
This commit is contained in:
commit
110323551c
@ -114,8 +114,8 @@ class tripleo::network::contrail::neutron_plugin (
|
||||
$auth_host = hiera('contrail::auth_host'),
|
||||
$auth_port = hiera('contrail::auth_port'),
|
||||
$auth_protocol = hiera('contrail::auth_protocol'),
|
||||
$ca_file = hiera('tripleo::haproxy::service_certificate',false),
|
||||
$cert_file = hiera('tripleo::haproxy::service_certificate',false),
|
||||
$ca_file = hiera('contrail::service_certificate',false),
|
||||
$cert_file = hiera('contrail::service_certificate',false),
|
||||
$purge_config = false,
|
||||
$package_ensure = 'present',
|
||||
) {
|
||||
@ -177,10 +177,6 @@ class tripleo::network::contrail::neutron_plugin (
|
||||
purge => $purge_config,
|
||||
}
|
||||
|
||||
exec { 'add neutron user to haproxy group':
|
||||
command => '/usr/sbin/usermod -a -G haproxy neutron',
|
||||
}
|
||||
|
||||
$auth_url = join([$auth_protocol,'://',$auth_host,':',$auth_port,'/v2.0'])
|
||||
if $auth_protocol == 'https' {
|
||||
neutron_plugin_opencontrail {
|
||||
|
Loading…
x
Reference in New Issue
Block a user