Enable services requried in standalone installation

Change-Id: I0509ce94601fd4ac5642a71e85d5625ad100f883
This commit is contained in:
gong yong sheng 2017-06-19 13:00:41 +08:00
parent b8625a0efc
commit 20efc9c603

View File

@ -41,7 +41,8 @@ if [ "${TACKER_MODE}" == "all" ]; then
FIXED_RANGE1=${FIXED_RANGE1:-10.10.1.0/24} FIXED_RANGE1=${FIXED_RANGE1:-10.10.1.0/24}
NETWORK_GATEWAY1=${NETWORK_GATEWAY1:-10.10.1.1} NETWORK_GATEWAY1=${NETWORK_GATEWAY1:-10.10.1.1}
elif [ "${TACKER_MODE}" == "standalone" ]; then elif [ "${TACKER_MODE}" == "standalone" ]; then
ENABLED_SERVICES=key,horizon,tacker,mysql,dstat # set the enabled services here. This will need tacker devstack plugin put as the last one in local.conf
ENABLED_SERVICES=key,horizon,tacker,mysql,dstat,barbican,mistral,mistral-api,mistral-engine,mistral-executor,mistral-event-engine
else else
die $LINENO "invalid value: $TACKER_MODE for TACKER_MODE" die $LINENO "invalid value: $TACKER_MODE for TACKER_MODE"
fi fi