Turn off unneeded devstack services

Hopefully this will help with memory pressure, but we don't need these
installed or running for sdk tests.

Change-Id: Iad90847609a9c3069159b4bf62de7eec6b5cbe39
This commit is contained in:
Monty Taylor 2018-12-19 00:41:11 +00:00
parent 55212422ca
commit c71acc62f4
No known key found for this signature in database
GPG Key ID: 7BAE94BC7141A594
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'