From ba659945abe78363bc142327ff63f79ba695a581 Mon Sep 17 00:00:00 2001 From: kexiaodong Date: Tue, 15 Dec 2015 19:27:14 -0800 Subject: [PATCH] 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 --- devstack/local.conf.sample | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack/local.conf.sample b/devstack/local.conf.sample index 6d746347..3048a0e2 100644 --- a/devstack/local.conf.sample +++ b/devstack/local.conf.sample @@ -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