Removing superflous linebreak character

Signed-off-by: Jiri Podivin <jpodivin@redhat.com>
Change-Id: I22354b47b4687f1a0e81522062fd99281c9314cb
This commit is contained in:
Jiri Podivin 2022-11-11 10:38:19 +01:00
parent 4642098b40
commit 8628b07d96
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)