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

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

View File

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