Merge "create the ability to pass through devstack config"

This commit is contained in:
Jenkins
2015-01-09 00:18:10 +00:00
committed by Gerrit Code Review

View File

@@ -328,6 +328,13 @@ EOF
fi
fi
# a way to pass through arbitrary devstack config options so that
# we don't need to add new devstack-gate options every time we
# want to create a new config.
if [[ -n "$DEVSTACK_LOCAL_CONFIG" ]]; then
echo "$DEVSTACK_LOCAL_CONFIG" >>"$localrc_file"
fi
}
if [[ -n "$DEVSTACK_GATE_GRENADE" ]]; then