Merge "Fix api call to get_deployment_status"
This commit is contained in:
commit
ec24e3ed7a
@ -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 "
|
||||
|
Loading…
x
Reference in New Issue
Block a user