Merge "Enable Kibana if Monasca enabled"

This commit is contained in:
Zuul 2018-11-07 14:26:44 +00:00 committed by Gerrit Code Review
commit 6695c99cf9
1 changed files with 1 additions and 1 deletions

View File

@ -585,7 +585,7 @@ monasca_control_plane_project: "monasca_control_plane"
elasticsearch_address: "{{ kolla_internal_fqdn }}"
enable_elasticsearch: "{{ 'yes' if enable_central_logging | bool or enable_freezer | bool or enable_osprofiler | bool or enable_skydive | bool or enable_monasca | bool else 'no' }}"
enable_kibana: "{{ 'yes' if enable_central_logging | bool else 'no' }}"
enable_kibana: "{{ 'yes' if enable_central_logging | bool or enable_monasca | bool else 'no' }}"
####################
# Redis options