Enable manila dashboard on horizon when manila service is deployed

Using horizon::dashboards::manila class.

Change-Id: I3e5441ec6151207c3ec680a538821e187169c470
This commit is contained in:
Alfredo Moralejo 2024-07-30 13:41:15 +02:00
parent 2eb0c353cf
commit f80b842ed6

View File

@ -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')