0dd2ad15af
This patch add a script to create v2plugin rootfs. 1. use local unix socket for v2plugin 2. add config.json for v2plugin 3. Add scripts to build v2plugin rootfs 4. Update devstack to use v2plugin Change-Id: I91d352a963840f33d1d2f9cea17ab6ac777d22bc Related-Bug: #1668486 Partially-Implements: BP docker-v2plugin
31 lines
743 B
Plaintext
31 lines
743 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 kuryr-libnetwork https://git.openstack.org/openstack/kuryr-libnetwork
|
|
enable_plugin neutron https://git.openstack.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
|