Merge "Fix api call to get_deployment_status"

This commit is contained in:
Zuul 2021-03-03 12:47:21 +00:00 committed by Gerrit Code Review
commit ec24e3ed7a
1 changed files with 1 additions and 1 deletions

View File

@ -348,7 +348,7 @@ class TripleOValidatorRun(command.Command):
"inventory or use authentication."))
else:
if plan:
status = deployment.get_deployment_status(clients, plan=plan)
status = deployment.get_deployment_status(clients, plan)
if not status or status in NO_VALIDATION_STATE:
raise exceptions.CommandError(
_("The plan and the stack '{}' doesn't exist OR are "