Change url from http to https in local.conf.sample

Like document in magnum and else, the protocol of git is https.
So change it from http to https.

Change-Id: Ie291aab8ea0d262346ab7248e901070fa18cfca9
Closes-Bug: #1526592
This commit is contained in:
kexiaodong 2015-12-15 19:27:14 -08:00 committed by Gal Sagie
parent 831b49a94c
commit ba659945ab
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ SERVICE_PASSWORD=pass
SERVICE_TOKEN=pass
ADMIN_PASSWORD=pass
enable_plugin kuryr http://git.openstack.org/openstack/kuryr
enable_plugin kuryr https://git.openstack.org/openstack/kuryr
enable_service kuryr
enable_service etcd-server
enable_service docker-engine