Copy missing heat_policy.json file

Change-Id: Ic90821f1a9ebfcea67183bb91aebca00c046133e
This commit is contained in:
Kien Nguyen 2019-01-04 17:28:55 +07:00
parent 96cb18bd01
commit a48b016347
1 changed files with 4 additions and 0 deletions

View File

@ -107,6 +107,10 @@ function config_heat_dashboard {
"${SITE_PACKAGES}/heat_dashboard/enabled/${file##*/}" \
"${SITE_PACKAGES}/openstack_dashboard/local/enabled/${file##*/}"
done
config_dashboard "${ENABLE_HEAT}" \
"${SITE_PACKAGES}/heat_dashboard/conf/heat_policy.json" \
"/etc/openstack-dashboard/heat_policy.json"
}
function config_ironic_dashboard {