Merge "Fix log message formatting"
This commit is contained in:
commit
112526b5af
@ -181,7 +181,7 @@ class BasePlugin(object):
|
|||||||
scoped_auth_ref = scoped_auth.get_access(session)
|
scoped_auth_ref = scoped_auth.get_access(session)
|
||||||
except (keystone_exceptions.ClientException,
|
except (keystone_exceptions.ClientException,
|
||||||
keystone_exceptions.AuthorizationFailure):
|
keystone_exceptions.AuthorizationFailure):
|
||||||
LOG.info('Attempted scope to project %s failed, will attempt'
|
LOG.info('Attempted scope to project %s failed, will attempt '
|
||||||
'to scope to another project.', project.name)
|
'to scope to another project.', project.name)
|
||||||
pass
|
pass
|
||||||
else:
|
else:
|
||||||
@ -229,7 +229,7 @@ class BasePlugin(object):
|
|||||||
domain_auth_ref = domain_auth.get_access(session)
|
domain_auth_ref = domain_auth.get_access(session)
|
||||||
except (keystone_exceptions.ClientException,
|
except (keystone_exceptions.ClientException,
|
||||||
keystone_exceptions.AuthorizationFailure):
|
keystone_exceptions.AuthorizationFailure):
|
||||||
LOG.info('Attempted scope to domain %s failed, will attempt'
|
LOG.info('Attempted scope to domain %s failed, will attempt '
|
||||||
'to scope to another domain.', domain_name)
|
'to scope to another domain.', domain_name)
|
||||||
pass
|
pass
|
||||||
else:
|
else:
|
||||||
|
Loading…
Reference in New Issue
Block a user