Merge "Horizon: Enable policy settings"

This commit is contained in:
Zuul 2023-07-31 18:51:45 +00:00 committed by Gerrit Code Review
commit 982ccd7ed7

View File

@ -64,6 +64,12 @@ class openstack_integration::horizon (
compress_offline => false, compress_offline => false,
} }
# TODO(tkajinam) Debian/Ubuntu package does not install the policy files
# to /etc/openstack-dashboard
if $facts['os']['family'] == 'RedHat' {
include horizon::policy
}
if $heat_enabled { if $heat_enabled {
class { 'horizon::dashboards::heat': } class { 'horizon::dashboards::heat': }
} }