
LIBS_FROM_GIT should config by user in them local.conf, This patch Remove LIBS_FROM_GIT from the plugin code. Closes-Bug: #1733805 Change-Id: I89f6c541e07e8f84cbbd0d7aece91bd320370442
18 lines
608 B
Plaintext
18 lines
608 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
|
|
enable_plugin devstack-plugin-container https://git.openstack.org/openstack/devstack-plugin-container
|
|
|
|
KURYR_ETCD_PORT=2379
|
|
enable_plugin kuryr-libnetwork https://git.openstack.org/openstack/kuryr-libnetwork
|
|
|
|
# install python-zunclient from git
|
|
LIBS_FROM_GIT="python-zunclient"
|
|
|
|
# Optional: uncomment to enable the Zun UI plugin in Horizon
|
|
# enable_plugin zun-ui https://git.openstack.org/openstack/zun-ui
|