aboutsummaryrefslogtreecommitdiffstats
path: root/docker/services/horizon.yaml
diff options
context:
space:
mode:
authorJuan Badia Payno <jbadiapa@redhat.com>2017-08-31 11:07:11 +0200
committerMartin Mágr <mmagr@redhat.com>2017-10-09 11:38:44 +0200
commit404c14e4d6f795d5ba7265a819dccc86a5ecb4e1 (patch)
tree5d410d8821ced87fa3d3f5d8ef2147711d462f60 /docker/services/horizon.yaml
parent6fea40f786a466802503c03b2b815d05676e1807 (diff)
docker: add logging(source & groups)
The services that docker depends on, have logging_sources and logging_groups; but those are not set on the docker outputs so they are not used when dockers are deployed. Added logging_source & logging_groups as docker optional parameters in tools/yaml-validate.py Closes-Bug: #1718110 Change-Id: I8795eaf4bd06051e9b94aa50450dee0d8761e526 (cherry picked from commit 5dbe1121e98a794ec6a6387ff56ee34314177567)
Diffstat (limited to 'docker/services/horizon.yaml')
-rw-r--r--docker/services/horizon.yaml2
1 files changed, 2 insertions, 0 deletions
diff --git a/docker/services/horizon.yaml b/docker/services/horizon.yaml
index 9a2c8bad..d6ffb6dc 100644
--- a/docker/services/horizon.yaml
+++ b/docker/services/horizon.yaml
@@ -73,6 +73,8 @@ outputs:
access_log_format: '%a %l %u %t \"%r\" %>s %b \"%%{}{Referer}i\" \"%%{}{User-Agent}i\"'
options: ['FollowSymLinks','MultiViews']
- horizon::secure_cookies: false
+ logging_source: {get_attr: [HorizonBase, role_data, logging_source]}
+ logging_groups: {get_attr: [HorizonBase, role_data, logging_groups]}
step_config: {get_attr: [HorizonBase, role_data, step_config]}
service_config_settings: {get_attr: [HorizonBase, role_data, service_config_settings]}
# BEGIN DOCKER SETTINGS