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
This commit is contained in:
parent
40a51a57e4
commit
f5c6d8eb18
@ -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…
x
Reference in New Issue
Block a user