From 2e766b8d6194311bdc39cbed7ddaf76b5011e638 Mon Sep 17 00:00:00 2001 From: Emilien Macchi Date: Tue, 24 May 2016 15:56:06 -0400 Subject: [PATCH] scenario002: enable zaqar again https://bugs.launchpad.net/zaqar/+bug/1583358 is fixed & released, so we can enable Zaqar testing again. Change-Id: I9423ea4b3afeb858d37da124b757bfeb2d7feaed --- fixtures/scenario002.pp | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/fixtures/scenario002.pp b/fixtures/scenario002.pp index 840596b6b..c3b608b13 100644 --- a/fixtures/scenario002.pp +++ b/fixtures/scenario002.pp @@ -22,11 +22,7 @@ case $::osfamily { } 'RedHat': { $ipv6 = true - # Zaqar tempest tests are now broken - # It's because Falcon is too old in OpenStack requierements - # and therefore in RDO trunk. - # https://bugs.launchpad.net/zaqar/+bug/1583358 - $zaqar_enabled = false + $zaqar_enabled = true } default: { fail("Unsupported osfamily (${::osfamily})") @@ -50,8 +46,7 @@ include ::openstack_integration::nova include ::openstack_integration::cinder include ::openstack_integration::swift include ::openstack_integration::ironic -# Zaqar disabled, see above -# include ::openstack_integration::zaqar +include ::openstack_integration::zaqar include ::openstack_integration::mongodb include ::openstack_integration::provision