scenario002: disable zaqar
Zaqar is now blocking us since a patch in Tempest. https://review.openstack.org/#/c/294425/ We'll re-enable later. Change-Id: Iecddedc1ca6225e407cad04bdd5558e66f8d9e4d
This commit is contained in:
parent
f304b7e55d
commit
80a2de87c4
@ -22,7 +22,7 @@ case $::osfamily {
|
||||
}
|
||||
'RedHat': {
|
||||
$ipv6 = true
|
||||
$zaqar_enabled = true
|
||||
$zaqar_enabled = false
|
||||
}
|
||||
default: {
|
||||
fail("Unsupported osfamily (${::osfamily})")
|
||||
@ -53,7 +53,9 @@ include ::openstack_integration::nova
|
||||
include ::openstack_integration::cinder
|
||||
include ::openstack_integration::swift
|
||||
include ::openstack_integration::ironic
|
||||
if $zaqar_enabled {
|
||||
include ::openstack_integration::zaqar
|
||||
}
|
||||
include ::openstack_integration::mongodb
|
||||
include ::openstack_integration::provision
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user