Disable haproxy for etcd based on CinderEtcdLocalConnect
For Cinder A/A configuration with tls-e and CinderEtcdLocalConnect enabled, presence of haproxy emits continuous tls warnings for etcd. This patch will disable tripleo::haproxy::etcd, if CinderEtcdLocalConnect is true. Change-Id: I30f7568a6f7d5b190c5d9932c082bec66d45b158
This commit is contained in:
parent
bb1816f63a
commit
a547f1660a
@ -310,6 +310,9 @@ outputs:
|
||||
"%{lookup('$NETWORK')}"
|
||||
params:
|
||||
$NETWORK: {get_param: [ServiceNetMap, EtcdNetwork]}
|
||||
# NOTE:For Cinder A/A configuration with tls-e and CinderEtcdLocalConnect enabled,
|
||||
# presence of haproxy emits continuous tls warnings for etcd.
|
||||
tripleo::haproxy::etcd: false
|
||||
service_config_settings:
|
||||
rsyslog:
|
||||
tripleo_logging_sources_cinder_volume:
|
||||
|
Loading…
Reference in New Issue
Block a user