diff --git a/ansible/group_vars/all.yml b/ansible/group_vars/all.yml
index b2a51108615a37e181de338c5ff35919d08334c0..d190999fb17c7986bce771625d9bef3d255a0f81 100644
--- a/ansible/group_vars/all.yml
+++ b/ansible/group_vars/all.yml
@@ -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' }}"