Enable Horizon tests on Ubuntu

Change-Id: I01120db7cdf31e82c1da45545009df101f69f128
This commit is contained in:
Denis Egorenko 2016-07-15 18:56:34 +03:00 committed by Alex Schultz
parent 581e13e6b8
commit 130f2b5836

View File

@ -19,14 +19,11 @@ case $::osfamily {
$ipv6 = false
# mistral is not packaged on Ubuntu Trusty
$mistral_enabled = false
# We're investigating issues with Horizon setup on Ubuntu Xenial
$horizon_enabled = false
}
'RedHat': {
$ipv6 = true
# enable when we figure why mistral tempest tests are so unstable
$mistral_enabled = false
$horizon_enabled = true
}
default: {
fail("Unsupported osfamily (${::osfamily})")
@ -75,6 +72,6 @@ class { '::openstack_integration::tempest':
trove => $trove_enabled,
sahara => true,
mistral => $mistral_enabled,
horizon => $horizon_enabled,
horizon => true,
heat => true,
}