Bläddra i källkod

Merge pull request #189 from aznashwan/oslo-msg-requirements-limit

Add version requirement for oslo_messaging and kombu.
Nashwan Azhari 5 år sedan
förälder
incheckning
3866825fda
1 ändrade filer med 5 tillägg och 1 borttagningar
  1. 5 1
      requirements.txt

+ 5 - 1
requirements.txt

@@ -2,6 +2,10 @@ eventlet
 keystoneauth1
 keystonemiddleware
 jsonschema
+# NOTE (aznashwan, 21-03-31): kombu>=5 has some weird interactions with
+# oslo_messaging which causes extreme RAM usage in the API service,
+# so we limit its version here.
+kombu==4.6.10
 PyMySQL
 oslo.cache
 oslo.concurrency
@@ -10,7 +14,7 @@ oslo.context>=2.19.1
 oslo.db
 oslo.i18n
 oslo.log
-oslo.messaging
+oslo.messaging==12.2.0
 oslo.middleware
 oslo.policy
 oslo.serialization