Merge "Enable manila dashboard on horizon when manila service is deployed"

This commit is contained in:
Zuul
2024-07-31 15:44:08 +00:00
committed by Gerrit Code Review

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