kuryr-libnetwork/devstack/local.conf.sample
Liping Mao 398e1d3e13 Enable neutron qos in default vagrant devstack local.conf.sample
neutron qos feature will be used in follow up patches, so enable
this feature in vagrant by default. Neutron qos feature also need
to be enable in CI job in project-config later.

Change-Id: I8d9123c01ab187b34474ff38dd85ed567e658d92
Partially-implements: bp kuryr-libnetwork-qos
2016-11-14 21:52:18 +08:00

28 lines
665 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
# 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