Enable Horizon tests on Ubuntu
Change-Id: I01120db7cdf31e82c1da45545009df101f69f128
This commit is contained in:
parent
581e13e6b8
commit
130f2b5836
@ -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,
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user