From 6775ad8c98b09e4b5cce2b3a0e9b12c89cb9b7be Mon Sep 17 00:00:00 2001 From: Eric K Date: Tue, 21 Aug 2018 19:01:35 -0700 Subject: [PATCH] skipping nova driver tests for queens because congress nova driver in queens does not work with the new novaclient 10.1.0 now part of upper-constraints due to https://review.openstack.org/#/c/571540/ Depends-On: https://review.openstack.org/#/c/595884/ Change-Id: I898b37dd3ffbd519d97b499785f4405b8703dac7 --- devstack/plugin.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/devstack/plugin.sh b/devstack/plugin.sh index a67eb589e..5f592ff39 100755 --- a/devstack/plugin.sh +++ b/devstack/plugin.sh @@ -122,6 +122,12 @@ function _configure_tempest { iniset $TEMPEST_CONFIG service_available $service "False" fi done + + # queens flag for skipping nova driver tests because + # congress nova driver in queens does not work with the new + # novaclient 10.1.0 now part of upper-constraints + # https://review.openstack.org/#/c/571540/ + iniset $TEMPEST_CONFIG congress-feature-enabled nova_driver "False" } function _configure_service {