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:
parent
831b49a94c
commit
ba659945ab
@ -9,7 +9,7 @@ SERVICE_PASSWORD=pass
|
|||||||
SERVICE_TOKEN=pass
|
SERVICE_TOKEN=pass
|
||||||
ADMIN_PASSWORD=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 kuryr
|
||||||
enable_service etcd-server
|
enable_service etcd-server
|
||||||
enable_service docker-engine
|
enable_service docker-engine
|
||||||
|
Loading…
Reference in New Issue
Block a user