aboutsummaryrefslogtreecommitdiffstats
path: root/docker/services/haproxy.yaml
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2017-10-09 15:32:18 +0000
committerGerrit Code Review <review@openstack.org>2017-10-09 15:32:18 +0000
commitc4bd0a3468af429abfbbcea634ee1023f95778c9 (patch)
treebfe956db364c6f7dd1a4a966150d5f01eaf4f010 /docker/services/haproxy.yaml
parentd4efa0c39a08d28dc298290110ee5e418162f45d (diff)
parent404c14e4d6f795d5ba7265a819dccc86a5ecb4e1 (diff)
Merge "docker: add logging(source & groups)" into stable/pike
Diffstat (limited to 'docker/services/haproxy.yaml')
-rw-r--r--docker/services/haproxy.yaml2
1 files changed, 2 insertions, 0 deletions
diff --git a/docker/services/haproxy.yaml b/docker/services/haproxy.yaml
index 70e1f893..b6c43527 100644
--- a/docker/services/haproxy.yaml
+++ b/docker/services/haproxy.yaml
@@ -100,6 +100,8 @@ outputs:
# NOTE(jaosorior): We disable the CRL since we have no way to restart haproxy
# when this is updated
tripleo::haproxy::crl_file: null
+ logging_source: {get_attr: [HAProxyBase, role_data, logging_source]}
+ logging_groups: {get_attr: [HAProxyBase, role_data, logging_groups]}
step_config: &step_config
get_attr: [HAProxyBase, role_data, step_config]
service_config_settings: {get_attr: [HAProxyBase, role_data, service_config_settings]}