Merge "Use correct attribute from entrypoint"

This commit is contained in:
Zuul 2020-07-16 06:34:37 +00:00 committed by Gerrit Code Review
commit cf2ed9cd9c
3 changed files with 3 additions and 3 deletions

View File

@ -20,7 +20,7 @@ LOG = logging.getLogger(__name__)
def log_fail_msg(manager, entrypoint, exception):
LOG.warning('Encountered exception while loading %(module_name)s: '
'"%(message)s". Not using %(name)s.',
{'module_name': entrypoint.module_name,
{'module_name': entrypoint.module,
'message': getattr(exception, 'message',
str(exception)),
'name': entrypoint.name})

View File

@ -139,7 +139,7 @@ SQLAlchemy==1.0.10
sqlparse==0.2.4
statsd==3.2.2
stestr==2.0.0
stevedore==1.20.0
stevedore==3.1.0
tempest==17.1.0
Tempita==0.5.2
tenacity==4.4.0

View File

@ -62,6 +62,6 @@ tenacity>=4.4.0 # Apache-2.0
Routes>=2.3.1 # MIT
SQLAlchemy!=1.1.5,!=1.1.6,!=1.1.7,!=1.1.8,>=1.0.10 # MIT
sqlalchemy-migrate>=0.11.0 # Apache-2.0
stevedore>=1.20.0 # Apache-2.0
stevedore>=3.1.0 # Apache-2.0
WebOb>=1.7.1 # MIT
yaql>=1.1.3 # Apache 2.0 License