Merge "Remove unused policy cp in devstack"

This commit is contained in:
Zuul 2018-02-01 06:35:53 +00:00 committed by Gerrit Code Review
commit b3bcf36909
1 changed files with 0 additions and 5 deletions

View File

@ -116,14 +116,9 @@ function configure_heat {
HEAT_ENGINE_HOST=${HEAT_ENGINE_HOST:-$SERVICE_HOST}
HEAT_ENGINE_PORT=${HEAT_ENGINE_PORT:-8001}
HEAT_API_PASTE_FILE=$HEAT_CONF_DIR/api-paste.ini
HEAT_POLICY_FILE=$HEAT_CONF_DIR/policy.json
cp $HEAT_DIR/etc/heat/api-paste.ini $HEAT_API_PASTE_FILE
if [[ -f $HEAT_DIR/etc/heat/policy.json ]]; then
cp $HEAT_DIR/etc/heat/policy.json $HEAT_POLICY_FILE
fi
# common options
iniset_rpc_backend heat $HEAT_CONF
if [[ "$HEAT_USE_APACHE" == "True" && "$WSGI_MODE" == "uwsgi" ]]; then