Merge "Enable changing of rpc driver from devstack"

This commit is contained in:
Jenkins 2016-09-19 09:09:28 +00:00 committed by Gerrit Code Review
commit 90e1c10afe
1 changed files with 4 additions and 0 deletions

View File

@ -98,6 +98,10 @@ function configure_mistral {
if [ "$LOG_COLOR" == "True" ] && [ "$SYSLOG" == "False" ]; then
setup_colorized_logging $MISTRAL_CONF_FILE DEFAULT tenant user
fi
if [ "$MISTRAL_RPC_IMPLEMENTATION" ]; then
iniset $MISTRAL_CONF_FILE DEFAULT rpc_implementation $MISTRAL_RPC_IMPLEMENTATION
fi
}