relax amqplib and kombu version requirements
as nova did while ago.
this particular version of kombu doesn't work if newer msgpack happens
to be installed on the system.
bug 1178512
Change-Id: I2749623036723b5a772b1c4c01dc07437e421925
(cherry picked from commit 3a50a702f9
)
This commit is contained in:
parent
0b6a4655c8
commit
1359767ae8
@ -1,14 +1,14 @@
|
||||
Paste
|
||||
PasteDeploy>=1.5.0
|
||||
Routes>=1.12.3
|
||||
amqplib==0.6.1
|
||||
amqplib>=0.6.1
|
||||
anyjson>=0.2.4
|
||||
argparse
|
||||
eventlet>=0.9.17
|
||||
greenlet>=0.3.1
|
||||
httplib2
|
||||
iso8601>=0.1.4
|
||||
kombu==1.0.4
|
||||
kombu>=1.0.4
|
||||
netaddr
|
||||
python-quantumclient>=2.2.0,<3.0.0
|
||||
pyudev
|
||||
|
Loading…
Reference in New Issue
Block a user