Enable manila dashboard on horizon when manila service is deployed
Using horizon::dashboards::manila class. Change-Id: I3e5441ec6151207c3ec680a538821e187169c470
This commit is contained in:
parent
2eb0c353cf
commit
f80b842ed6
@ -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')
|
||||
|
Loading…
x
Reference in New Issue
Block a user