Using https instead of http

The security of https is higher than http.

Change-Id: I315831d1281f6e3d226813d52b99485713a5e873
This commit is contained in:
zhuzeyu 2017-02-07 17:14:49 +08:00
parent 40130b2e7a
commit e953642f00
1 changed files with 3 additions and 3 deletions

View File

@ -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