Skip to content

Commit

Permalink
Fix log message level for the keystone.py module
Browse files Browse the repository at this point in the history
Signed-off-by: Mihaela Balutoiu <mbalutoiu@cloudbasesolutions.com>
  • Loading branch information
mihaelabalutoiu committed Dec 15, 2023
1 parent 2fe44b6 commit 7a0dbf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion coriolis/keystone.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ def delete_trust(ctxt):
try:
client.trusts.delete(ctxt.trust_id)
except ks_exceptions.NotFound:
LOG.debug("Trust id not found: %s", ctxt.trust_id)
LOG.warn("Trust id not found: %s", ctxt.trust_id)
ctxt.trust_id = None


Expand Down

0 comments on commit 7a0dbf5

Please sign in to comment.