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