Merge "Removing superflous linebreak character"

This commit is contained in:
Zuul 2022-11-24 17:08:36 +00:00 committed by Gerrit Code Review
commit eb0f82b98d
1 changed files with 1 additions and 2 deletions

View File

@ -219,8 +219,7 @@ class UpgradeUndercloud(InstallUndercloud):
prepare_undercloud_deploy(
upgrade=True,
yes=parsed_args.yes,
no_validations=parsed_args.
no_validations,
no_validations=parsed_args.no_validations,
verbose_level=self.app_args.verbose_level,
reproduce_command=parsed_args.reproduce_command,
force_stack_update=parsed_args.force_stack_update)