From e953642f00fc2e0256c192e63888b93f1e43374e Mon Sep 17 00:00:00 2001 From: zhuzeyu Date: Tue, 7 Feb 2017 17:14:49 +0800 Subject: [PATCH] Using https instead of http The security of https is higher than http. Change-Id: I315831d1281f6e3d226813d52b99485713a5e873 --- deliverables.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/deliverables.yaml b/deliverables.yaml index ccad07300e..cf0947c626 100644 --- a/deliverables.yaml +++ b/deliverables.yaml @@ -5,8 +5,8 @@ --- - name: kolla - repository: http://git.openstack.org/cgit/openstack/kolla + repository: https://git.openstack.org/cgit/openstack/kolla - name: kolla-ansible - repository: http://git.openstack.org/cgit/openstack/kolla-ansible + repository: https://git.openstack.org/cgit/openstack/kolla-ansible - name: kolla-kubernetes - repository: http://git.openstack.org/cgit/openstack/kolla-kubernetes + repository: https://git.openstack.org/cgit/openstack/kolla-kubernetes