diff --git a/docker/horizon/extend_start.sh b/docker/horizon/extend_start.sh index cf250ce6d2..8a32271669 100644 --- a/docker/horizon/extend_start.sh +++ b/docker/horizon/extend_start.sh @@ -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 {