summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2020-07-16 06:34:37 +0000
committerGerrit Code Review <review@openstack.org>2020-07-16 06:34:37 +0000
commitcf2ed9cd9c5efa61d175507e94e224e639f39e67 (patch)
treeb041da553ab1118862cfe7183d622810870e99df
parent9f931119baa77726afd59fae0c4c906d5e33cc99 (diff)
parent2aea5c9b3224215e246b7508b5f81a7d36cf1abd (diff)
downloadheat-cf2ed9cd9c5efa61d175507e94e224e639f39e67.tar.gz
Merge "Use correct attribute from entrypoint"
-rw-r--r--heat/common/pluginutils.py2
-rw-r--r--lower-constraints.txt2
-rw-r--r--requirements.txt2
3 files changed, 3 insertions, 3 deletions
diff --git a/heat/common/pluginutils.py b/heat/common/pluginutils.py
index e3c4bdf4e..c4da0ec06 100644
--- a/heat/common/pluginutils.py
+++ b/heat/common/pluginutils.py
@@ -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})
diff --git a/lower-constraints.txt b/lower-constraints.txt
index d2699c73e..567c53338 100644
--- a/lower-constraints.txt
+++ b/lower-constraints.txt
@@ -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
diff --git a/requirements.txt b/requirements.txt
index 8cc73d0f4..f2d637543 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -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