Cap amqp requirement

Per bug https://bugs.launchpad.net/oslo.messaging/+bug/1586840, the most
recent amqp version is not backward compatible, and breaks various
things along the oslo_messaging chain.  This manifests in nova-powervm
as an import failure for 'vine'.

This problem is resolved by updating the amqp requirement to align with
global-requirements per If7e130a70f31a2eb1d9df6b5f46f88c90880e254.

Change-Id: I022da2aefc222da863cf7f4e07c1adcd2c63f41d
Partial-Bug: 1586840
This commit is contained in:
Eric Fried
2016-06-01 10:13:16 -05:00
parent 8c4a0c19d7
commit 7b5e8a7f09

View File

@@ -1,3 +1,4 @@
amqp>=1.4.0,<2.0 # LGPL
pbr>=1.6
Babel>=1.3
netifaces>=0.10.4 # MIT