diff --git a/kolla/image/unbuildable.py b/kolla/image/unbuildable.py index 562a7db928..82d69948e0 100644 --- a/kolla/image/unbuildable.py +++ b/kolla/image/unbuildable.py @@ -36,6 +36,7 @@ UNBUILDABLE_IMAGES = { }, 'rocky': { + "collectd", # Missing libpqos.so.4()(64bit) "hacluster-pcs", # Missing crmsh package "murano-base", # Missing tarball image "nova-spicehtml5proxy", # Missing spicehtml5 package diff --git a/requirements.txt b/requirements.txt index 6a56bcb1ed..a9f8acb8e5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,6 @@ pbr!=2.1.0,>=2.0.0 # Apache-2.0 docker>=3.0.0,<7.0.0 # Apache-2.0 +requests<2.32.0 # Apache-2.0 Jinja2>=3.0.1 # BSD License (3 clause) GitPython>=1.0.1 # BSD License (3 clause) oslo.config>=5.1.0 # Apache-2.0