From 2b561018c01e4d787dade4afd06fa90a482bea87 Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Tue, 7 Apr 2020 10:35:24 +0900 Subject: [PATCH] Fix incorrect parameter about trove The parameter $trove should be $trove_enabled. Change-Id: I34f4d24849fbfbd7f4a810c748621af7b0150f18 --- fixtures/scenario003.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fixtures/scenario003.pp b/fixtures/scenario003.pp index 5744ce621..bd77a002c 100644 --- a/fixtures/scenario003.pp +++ b/fixtures/scenario003.pp @@ -52,7 +52,7 @@ case $::osfamily { # murano package should be fixed on Ubuntu Xenial $murano_enabled = false # trove package contains broken Tempest tests - $trove = false + $trove_enabled = false # TODO(tobias-urdin): Ubuntu Train packages has not moved out Sahara # plugins to its own packages.