Merge "Use correct attribute from entrypoint"
This commit is contained in:
commit
cf2ed9cd9c
@ -20,7 +20,7 @@ LOG = logging.getLogger(__name__)
|
|||||||
def log_fail_msg(manager, entrypoint, exception):
|
def log_fail_msg(manager, entrypoint, exception):
|
||||||
LOG.warning('Encountered exception while loading %(module_name)s: '
|
LOG.warning('Encountered exception while loading %(module_name)s: '
|
||||||
'"%(message)s". Not using %(name)s.',
|
'"%(message)s". Not using %(name)s.',
|
||||||
{'module_name': entrypoint.module_name,
|
{'module_name': entrypoint.module,
|
||||||
'message': getattr(exception, 'message',
|
'message': getattr(exception, 'message',
|
||||||
str(exception)),
|
str(exception)),
|
||||||
'name': entrypoint.name})
|
'name': entrypoint.name})
|
||||||
|
@ -139,7 +139,7 @@ SQLAlchemy==1.0.10
|
|||||||
sqlparse==0.2.4
|
sqlparse==0.2.4
|
||||||
statsd==3.2.2
|
statsd==3.2.2
|
||||||
stestr==2.0.0
|
stestr==2.0.0
|
||||||
stevedore==1.20.0
|
stevedore==3.1.0
|
||||||
tempest==17.1.0
|
tempest==17.1.0
|
||||||
Tempita==0.5.2
|
Tempita==0.5.2
|
||||||
tenacity==4.4.0
|
tenacity==4.4.0
|
||||||
|
@ -62,6 +62,6 @@ tenacity>=4.4.0 # Apache-2.0
|
|||||||
Routes>=2.3.1 # MIT
|
Routes>=2.3.1 # MIT
|
||||||
SQLAlchemy!=1.1.5,!=1.1.6,!=1.1.7,!=1.1.8,>=1.0.10 # 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
|
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
|
WebOb>=1.7.1 # MIT
|
||||||
yaql>=1.1.3 # Apache 2.0 License
|
yaql>=1.1.3 # Apache 2.0 License
|
||||||
|
Loading…
x
Reference in New Issue
Block a user