
If both Zun and Kuryr-libnetwork are enabled in devstack, the script might fail since etcd will be installed and started twice. This commit fixed it. Change-Id: Ieffbb7a86e99a3e9a03cbfcadb2daf92d8f62cfb
14 lines
435 B
Plaintext
14 lines
435 B
Plaintext
[[local|localrc]]
|
|
DATABASE_PASSWORD=password
|
|
RABBIT_PASSWORD=password
|
|
SERVICE_TOKEN=password
|
|
SERVICE_PASSWORD=password
|
|
ADMIN_PASSWORD=password
|
|
enable_plugin zun https://git.openstack.org/openstack/zun
|
|
|
|
KURYR_ETCD_PORT=2379
|
|
enable_plugin kuryr-libnetwork http://git.openstack.org/openstack/kuryr-libnetwork
|
|
|
|
# Optional: uncomment to enable the Zun UI plugin in Horizon
|
|
# enable_plugin zun-ui https://git.openstack.org/openstack/zun-ui
|