Merge "Replace deprecated warn_on_missing_entrypoint"

This commit is contained in:
Zuul
2025-12-01 19:55:51 +00:00
committed by Gerrit Code Review
2 changed files with 2 additions and 2 deletions

View File

@@ -111,7 +111,7 @@ def load_class_by_alias_or_classname(namespace, name):
try:
# Try to resolve class by alias
mgr = driver.DriverManager(
namespace, name, warn_on_missing_entrypoint=False)
namespace, name, on_missing_entrypoints_callback=None)
class_to_load = mgr.driver
except RuntimeError:
e1_info = sys.exc_info()

View File

@@ -8,7 +8,7 @@ SQLAlchemy>=1.2.0 # MIT
pecan>=1.0.0 # BSD
keystoneauth1>=3.14.0 # Apache-2.0
netaddr>=0.7.18 # BSD
stevedore>=1.20.0 # Apache-2.0
stevedore>=5.6.0 # Apache-2.0
os-ken >= 0.3.0 # Apache-2.0
oslo.concurrency>=3.26.0 # Apache-2.0
oslo.config>=8.0.0 # Apache-2.0