|
@@ -95,7 +95,7 @@ def delete_trust(ctxt):
|
|
|
try:
|
|
try:
|
|
|
client.trusts.delete(ctxt.trust_id)
|
|
client.trusts.delete(ctxt.trust_id)
|
|
|
except ks_exceptions.NotFound:
|
|
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
|
|
ctxt.trust_id = None
|
|
|
|
|
|
|
|
|
|
|