From a142d4826856e03e58a5bd54d514814487e5f084 Mon Sep 17 00:00:00 2001
From: zhubingbing <zhu.bingbing@99cloud.net>
Date: Tue, 24 Oct 2017 16:37:00 +0800
Subject: [PATCH] Use internal_protocol variable to replace http

Change-Id: I27508cb182bc3d3e2a0cbd7d429fe65d2271b2ea
---
 ansible/roles/kuryr/templates/kuryr.conf.j2 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ansible/roles/kuryr/templates/kuryr.conf.j2 b/ansible/roles/kuryr/templates/kuryr.conf.j2
index 31eee0fd98..5a8bfd27ec 100644
--- a/ansible/roles/kuryr/templates/kuryr.conf.j2
+++ b/ansible/roles/kuryr/templates/kuryr.conf.j2
@@ -1,5 +1,5 @@
 [DEFAULT]
-kuryr_uri = http://{{ api_interface_address }}:{{ kuryr_port }}
+kuryr_uri = {{ internal_protocol }}://{{ api_interface_address }}:{{ kuryr_port }}
 debug = {{ kuryr_logging_debug }}
 log_dir = /var/log/kolla/kuryr
 
-- 
GitLab