devstackgaterc: Enable n-api-meta

Adapt to the recent devstack change. [1]

[1] If2d7e363a6541854f2e30c03171bef7a41aff745

Closes-Bug: #1702097
Change-Id: Ic266d8f1fb82b56f63ba84059d2f2719e8b7f302
This commit is contained in:
YAMAMOTO Takashi
2017-07-04 14:31:05 +09:00
parent f71c32fd65
commit bc57f82641

View File

@@ -27,7 +27,7 @@ if [[ -z "${RALLY_SCENARIO}" && -z "${GRENADE_PLUGINRC}" ]] ; then
export DEVSTACK_GATE_TIMEOUT=$(expr $BUILD_TIMEOUT - $DEVSTACK_GATE_TIMEOUT_BUFFER)
fi
export OVERRIDE_ENABLED_SERVICES=c-api,c-bak,c-sch,c-vol,cinder,dstat,g-api,g-reg,key,mysql,n-api,n-cond,n-cpu,n-crt,n-obj,n-sch,q-dhcp,q-meta,q-svc,quantum,rabbit,placement-api
export OVERRIDE_ENABLED_SERVICES=c-api,c-bak,c-sch,c-vol,cinder,dstat,g-api,g-reg,key,mysql,n-api,n-cond,n-cpu,n-crt,n-obj,n-sch,q-dhcp,q-meta,q-svc,quantum,rabbit,placement-api,n-api-meta
if [ -z "${RALLY_SCENARIO}" ] ; then
# Only include tempest if this is not a rally job, As running tempest in Rally is likely to cause failure
export OVERRIDE_ENABLED_SERVICES=${OVERRIDE_ENABLED_SERVICES},tempest