almanach/requirements.txt
Frédéric Guillot 38d243f445 Add tempest scenario for volume types
- This scenario test the creation of a new volume type.
- Cinder was not sending notifications because the config
file have to be changed.
- Keystone authentication was broken, we are
now using the v3 API.
- Kombu released a breaking change, the global constraints have
been updated: https://review.openstack.org/#/c/408643/

Change-Id: Ie6a50ff427b6402f0d023fe3468f3efac77a8fce
2016-12-08 13:07:27 -05:00

15 lines
471 B
Plaintext

pbr>=1.8 # Apache-2.0
Flask>=0.10,!=0.11,<1.0 # BSD
jsonpickle==0.7.1
pymongo>=3.0.2,!=3.1 # Apache-2.0
pytz>=2013.6 # MIT
voluptuous>=0.8.9 # BSD License
keystoneauth1>=2.14.0 # Apache-2.0
python-keystoneclient>=3.8.0 # Apache-2.0
six>=1.9.0 # MIT
kombu>=3.0.25,!=4.0.0,!=4.0.1 # BSD
oslo.serialization>=1.10.0 # Apache-2.0
oslo.config>=3.14.0 # Apache-2.0
oslo.log>=3.11.0 # Apache-2.0
oslo.messaging>=5.14.0 # Apache-2.0
oslo.service>=1.10.0 # Apache-2.0