Merge "Turn off unneeded devstack services"

This commit is contained in:
Zuul 2018-12-19 21:53:54 +00:00 committed by Gerrit Code Review
commit 7b8fc33606
1 changed files with 7 additions and 0 deletions

View File

@ -43,6 +43,13 @@
vars:
devstack_localrc:
Q_ML2_PLUGIN_EXT_DRIVERS: qos,port_security
devstack_services:
# sdk doesn't need vnc access
n-cauth: false
n-novnc: false
# sdk testing uses config drive only
n-api-meta: false
q-meta: false
tox_environment:
# Do we really need to set this? It's cargo culted
PYTHONUNBUFFERED: 'true'