devstack: over write ENABLED_SERVICES

Disable other OpenStack services to speed up devstack testing.

Change-Id: I827843b442ad9d6ad70488411dc4b49ef2b51d16
This commit is contained in:
Eli Qiao 2016-06-06 09:15:35 +08:00
parent 0d9f67965b
commit c91809b703

View File

@ -18,4 +18,9 @@
# Keep all devstack settings here instead of project-config for easy
# maintain if we want to change devstack config settings in future.
# Notes(eliqiao): Overwrite defaut ENABLED_SERVICES since currently higgins
# doesn't relay on any other OpenStack service yet.
OVERRIDE_ENABLED_SERVICES="dstat,key,mysql,rabbit"
export OVERRIDE_ENABLED_SERVICES
$BASE/new/devstack-gate/devstack-vm-gate.sh