Bump kombu and amqp requirements
We at least need these versions of amqp and kombu to have a working heartbeat support. Related-bug: #1436788 Closes-bug: #1436769 Closes-bug: #1408830 Change-Id: I61440c5ccf2b540fe9a1e868bdcae9f5d2cf8422
This commit is contained in:
parent
a5451eed35
commit
0c954cffa2
@ -21,6 +21,8 @@ eventlet>=0.17.3
|
||||
PyYAML>=3.1.0
|
||||
|
||||
# rabbit driver is the default
|
||||
# we set the amqp version to ensure heartbeat works
|
||||
amqp>=1.4.0
|
||||
kombu>=3.0.7
|
||||
|
||||
# middleware
|
||||
|
@ -23,6 +23,8 @@ eventlet>=0.17.3
|
||||
PyYAML>=3.1.0
|
||||
|
||||
# rabbit driver is the default
|
||||
# we set the amqp version to ensure heartbeat works
|
||||
amqp>=1.4.0
|
||||
kombu>=3.0.7
|
||||
|
||||
# middleware
|
||||
|
Loading…
Reference in New Issue
Block a user