From f80b842ed63bffef5ee3e6e23f28918802e7ec4d Mon Sep 17 00:00:00 2001 From: Alfredo Moralejo Date: Tue, 30 Jul 2024 13:41:15 +0200 Subject: [PATCH] Enable manila dashboard on horizon when manila service is deployed Using horizon::dashboards::manila class. Change-Id: I3e5441ec6151207c3ec680a538821e187169c470 --- packstack/puppet/modules/packstack/manifests/horizon.pp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/packstack/puppet/modules/packstack/manifests/horizon.pp b/packstack/puppet/modules/packstack/manifests/horizon.pp index 93824940d..8eadccd6a 100644 --- a/packstack/puppet/modules/packstack/manifests/horizon.pp +++ b/packstack/puppet/modules/packstack/manifests/horizon.pp @@ -53,6 +53,10 @@ class packstack::horizon () include horizon::dashboards::heat } + if lookup('CONFIG_MANILA_INSTALL') == 'y' { + include horizon::dashboards::manila + } + include packstack::memcached $firewall_port = lookup('CONFIG_HORIZON_PORT')