diff --git a/devstack/gate_hook.sh b/devstack/gate_hook.sh index 02004f478..7c245a0b4 100644 --- a/devstack/gate_hook.sh +++ b/devstack/gate_hook.sh @@ -30,25 +30,9 @@ DEVSTACK_LOCAL_CONFIG+=$'\nenable_plugin aodh git://git.openstack.org/openstack/ DEVSTACK_LOCAL_CONFIG+=$'\ndisable_service ceilometer-alarm-evaluator,ceilometer-alarm-notifier' DEVSTACK_LOCAL_CONFIG+=$'\ndisable_service n-net' -export DEVSTACK_LOCAL_CONFIG - -if [ -z ${ENABLED_SERVICES+x} ]; then - ENABLED_SERVICES=tempest -fi -ENABLED_SERVICES+=,q-svc,q-dhcp,q-meta,q-agt,q-l3 -ENABLED_SERVICES+=,h-eng h-api h-api-cfn h-api-cw -ENABLED_SERVICES+=,vitrage-api,vitrage-graph -ENABLED_SERVICES+=,key,aodi-api,aodh-notifier,aodh-evaluator -ENABLED_SERVICES+=,ceilometer-alarm-evaluator,ceilometer-alarm-notifier -ENABLED_SERVICES+=,ceilometer-api -ENABLED_SERVICES+=,aodh-api -export ENABLED_SERVICES +DEVSTACK_LOCAL_CONFIG+="$(cat < $DEVSTACK_PATH/local.conf <