kuryr-libnetwork/devstack/local.conf.sample
gujin 910f2e72db Replace git.openstack.org URLs with opendev.org URLs
Thorough replacement of git.openstack.org URLs with their opendev.org counterparts.

Change-Id: Ia04c82127761ee818a37efe6cf9137987f8262f8
2020-05-17 04:38:56 +00:00

32 lines
826 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
# If you want to try pluginv2 in devstack, set to True
ENABLE_PLUGINV2=False
# Install kuryr git master source code by default.
# If you want to use stable kuryr lib, please comment out this line.
LIBS_FROM_GIT=kuryr
enable_plugin devstack-plugin-container https://github.com/openstack/devstack-plugin-container
enable_plugin kuryr-libnetwork https://opendev.org/openstack/kuryr-libnetwork
enable_plugin neutron https://opendev.org/openstack/neutron
# 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
enable_service q-qos
disable_service tempest