Merge "Add function to automatically install sahara-ui will install sahara-ui when Sahara is enabled"

This commit is contained in:
Jenkins 2017-08-14 11:03:20 +00:00 committed by Gerrit Code Review
commit c2f8d6b19c
1 changed files with 4 additions and 0 deletions

View File

@ -56,6 +56,10 @@ class packstack::horizon ()
ensure_packages(['openstack-trove-ui'], {'ensure' => 'present'})
}
if hiera('CONFIG_SAHARA_INSTALL') == 'y' {
ensure_packages(['openstack-sahara-ui'], {'ensure' => 'present'})
}
include '::packstack::memcached'
$firewall_port = hiera('CONFIG_HORIZON_PORT')