From 130f2b58369f603cfcebcd4a6da4d04e4b496e25 Mon Sep 17 00:00:00 2001 From: Denis Egorenko Date: Fri, 15 Jul 2016 18:56:34 +0300 Subject: [PATCH] Enable Horizon tests on Ubuntu Change-Id: I01120db7cdf31e82c1da45545009df101f69f128 --- fixtures/scenario003.pp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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, }