Merge "Enable manila dashboard on horizon when manila service is deployed"
This commit is contained in:
commit
d51a0c6e0d
@ -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