diff --git a/fixtures/scenario003.pp b/fixtures/scenario003.pp index bc718e7cb..d70a0c770 100644 --- a/fixtures/scenario003.pp +++ b/fixtures/scenario003.pp @@ -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, }