Fix incorrect parameter about trove
The parameter $trove should be $trove_enabled. Change-Id: I34f4d24849fbfbd7f4a810c748621af7b0150f18
This commit is contained in:
parent
7f8956b399
commit
2b561018c0
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user