kuryr/devstack/local.conf.sample
kexiaodong ba659945ab 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
2016-01-05 14:03:28 +00:00

25 lines
492 B
Plaintext

[[local|localrc]]
LOGFILE=stack.sh.log
LOG_COLOR=False
DATABASE_PASSWORD=pass
RABBIT_PASSWORD=pass
SERVICE_PASSWORD=pass
SERVICE_TOKEN=pass
ADMIN_PASSWORD=pass
enable_plugin kuryr https://git.openstack.org/openstack/kuryr
enable_service kuryr
enable_service etcd-server
enable_service docker-engine
# Use Neutron instead of nova-network
disable_service n-net
enable_service q-svc
enable_service q-dhcp
enable_service q-l3
disable_service heat
enable_service q-agt
disable_service tempest