diff options
author | Jenkins <jenkins@review.openstack.org> | 2017-10-09 15:32:18 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2017-10-09 15:32:18 +0000 |
commit | c4bd0a3468af429abfbbcea634ee1023f95778c9 (patch) | |
tree | bfe956db364c6f7dd1a4a966150d5f01eaf4f010 /docker/services/horizon.yaml | |
parent | d4efa0c39a08d28dc298290110ee5e418162f45d (diff) | |
parent | 404c14e4d6f795d5ba7265a819dccc86a5ecb4e1 (diff) |
Merge "docker: add logging(source & groups)" into stable/pike
Diffstat (limited to 'docker/services/horizon.yaml')
-rw-r--r-- | docker/services/horizon.yaml | 2 |
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 |