Merge "Remove elasticsearch_protocol unused variable"

This commit is contained in:
Jenkins 2017-07-06 08:03:48 +00:00 committed by Gerrit Code Review
commit 94d04dd0bf

View File

@ -414,8 +414,6 @@ enable_destroy_images: "no"
####################
elasticsearch_address: "{{ kolla_internal_vip_address }}"
elasticsearch_protocol: "{{ internal_protocol }}"
enable_elasticsearch: "{{ 'yes' if enable_central_logging | bool or enable_freezer | bool or enable_osprofiler | bool or enable_skydive | bool else 'no' }}"
enable_kibana: "{{ 'yes' if enable_central_logging | bool else 'no' }}"