Merge "Add function to automatically install sahara-ui will install sahara-ui when Sahara is enabled"
This commit is contained in:
commit
c2f8d6b19c
@ -56,6 +56,10 @@ class packstack::horizon ()
|
|||||||
ensure_packages(['openstack-trove-ui'], {'ensure' => 'present'})
|
ensure_packages(['openstack-trove-ui'], {'ensure' => 'present'})
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if hiera('CONFIG_SAHARA_INSTALL') == 'y' {
|
||||||
|
ensure_packages(['openstack-sahara-ui'], {'ensure' => 'present'})
|
||||||
|
}
|
||||||
|
|
||||||
include '::packstack::memcached'
|
include '::packstack::memcached'
|
||||||
|
|
||||||
$firewall_port = hiera('CONFIG_HORIZON_PORT')
|
$firewall_port = hiera('CONFIG_HORIZON_PORT')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user