From c91809b7036202a8e9edbbb125c98435b272221c Mon Sep 17 00:00:00 2001 From: Eli Qiao Date: Mon, 6 Jun 2016 09:15:35 +0800 Subject: [PATCH] devstack: over write ENABLED_SERVICES Disable other OpenStack services to speed up devstack testing. Change-Id: I827843b442ad9d6ad70488411dc4b49ef2b51d16 --- devstack/gate_hook.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/devstack/gate_hook.sh b/devstack/gate_hook.sh index b2ba47341..2b512fd8f 100755 --- a/devstack/gate_hook.sh +++ b/devstack/gate_hook.sh @@ -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