Merge "Fix incorrect parameter about trove"

This commit is contained in:
Zuul 2020-04-09 01:26:28 +00:00 committed by Gerrit Code Review
commit ce1bbc575d

View File

@ -52,7 +52,7 @@ case $::osfamily {
# murano package should be fixed on Ubuntu Xenial # murano package should be fixed on Ubuntu Xenial
$murano_enabled = false $murano_enabled = false
# trove package contains broken Tempest tests # trove package contains broken Tempest tests
$trove = false $trove_enabled = false
# TODO(tobias-urdin): Ubuntu Train packages has not moved out Sahara # TODO(tobias-urdin): Ubuntu Train packages has not moved out Sahara
# plugins to its own packages. # plugins to its own packages.