diff --git a/ansible/group_vars/all.yml b/ansible/group_vars/all.yml index 7b0629c964..af8da2a11e 100644 --- a/ansible/group_vars/all.yml +++ b/ansible/group_vars/all.yml @@ -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