remove expected backtrace from logs

This is an expected condition that does not need to have an entire
backtrace dumped to the logs.

Change-Id: I6272aed4f97136c0b0b849b198b0cb9dc935729a
This commit is contained in:
Dolph Mathews 2015-03-17 20:46:28 +00:00
parent 3910931b46
commit 302392a5d4
1 changed files with 0 additions and 1 deletions

View File

@ -207,7 +207,6 @@ class AuthInfo(object):
# disabled.
self._lookup_domain({'id': project_ref['domain_id']})
except exception.ProjectNotFound as e:
LOG.exception(six.text_type(e))
raise exception.Unauthorized(e)
self._assert_project_is_enabled(project_ref)
return project_ref