diff --git a/fixtures/scenario003.pp b/fixtures/scenario003.pp index 6d6a551da..a41892dcd 100644 --- a/fixtures/scenario003.pp +++ b/fixtures/scenario003.pp @@ -36,15 +36,12 @@ case $::osfamily { if ($::operatingsystem == 'Ubuntu') and (versioncmp($::operatingsystemmajrelease, '16') >= 0) { $ssl_enabled = false $trove_enabled = false - $sahara_enabled = true # linuxbridge driver is not working with latest Ubuntu packaging. $neutron_plugin = 'openvswitch' } else { $ssl_enabled = true # https://bugs.launchpad.net/trove/+bug/1597857 $trove_enabled = true - # https://bugzilla.redhat.com/show_bug.cgi?id=1318765 - $sahara_enabled = false $neutron_plugin = 'linuxbridge' } @@ -77,8 +74,8 @@ include ::openstack_integration::provision class { '::openstack_integration::tempest': trove => $trove_enabled, - sahara => $sahara_enabled, mistral => $mistral_enabled, + sahara => true, horizon => true, heat => true, }