Merge "Replace exception with LOG.info" into stable/victoria

This commit is contained in:
Zuul 2021-04-22 19:40:34 +00:00 committed by Gerrit Code Review
commit e180ced59e
1 changed files with 1 additions and 1 deletions

View File

@ -448,7 +448,7 @@ class TripleOValidatorRun(command.Command):
print(t)
else:
msg = "No Validation has been run, please check your parameters."
raise exceptions.CommandError(msg)
LOG.info(_(msg))
if not parsed_args.static_inventory:
LOG.debug(_('Removing static tripleo ansible inventory file'))