Merge "Enable heat caching"

This commit is contained in:
Jenkins 2016-02-18 06:50:10 +00:00 committed by Gerrit Code Review
commit 772e914769

View File

@ -196,6 +196,9 @@ function configure_heat {
iniset $HEAT_CONF DEFAULT enable_stack_abandon true
fi
iniset $HEAT_CONF cache enabled "True"
iniset $HEAT_CONF cache backend "dogpile.cache.memory"
sudo install -d -o $STACK_USER $HEAT_ENV_DIR $HEAT_TEMPLATES_DIR
# copy the default environment