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:
Mehdi Abaakouk 2015-05-01 13:27:15 +02:00 committed by Mehdi Abaakouk
parent a5451eed35
commit 0c954cffa2
2 changed files with 4 additions and 0 deletions

View File

@ -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

View File

@ -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