Merge "Horizon: Install required policy files for heat-dashboard"

This commit is contained in:
Zuul 2021-06-17 08:42:44 +00:00 committed by Gerrit Code Review
commit 416a84908e

View File

@ -104,8 +104,11 @@ function config_heat_dashboard {
done
config_dashboard "${ENABLE_HEAT:-no}" \
"${SITE_PACKAGES}/heat_dashboard/conf/heat_policy.json" \
"/etc/openstack-dashboard/heat_policy.json"
"${SITE_PACKAGES}/heat_dashboard/conf/heat_policy.yaml" \
"/etc/openstack-dashboard/heat_policy.yaml"
config_dashboard "${ENABLE_HEAT:-no}" \
"${SITE_PACKAGES}/heat_dashboard/conf/default_policies/heat.yaml" \
"/etc/openstack-dashboard/default_policies/heat.yaml"
}
function config_ironic_dashboard {