Files
nova-powervm/requirements.txt
Eric Fried 7b5e8a7f09 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
2016-06-01 10:13:16 -05:00

12 lines
297 B
Plaintext

amqp>=1.4.0,<2.0 # LGPL
pbr>=1.6
Babel>=1.3
netifaces>=0.10.4 # MIT
six>=1.9.0
oslo.config>=3.7.0 # Apache-2.0
oslo.log>=1.14.0 # Apache-2.0
oslo.serialization>=1.10.0 # Apache-2.0
oslo.utils>=3.5.0 # Apache-2.0
taskflow>=1.26.0 # Apache-2.0
setuptools>=16.0