The functional job roles are extended with an option to specify python version to run with and a new CI job is created. python-memcached is added to requirements.txt, since it is used in the default keystonemiddleware configuration. Change-Id: I0b77b150785a90b411cba4ffc4b89cc67646e2ac
25 lines
886 B
Plaintext
25 lines
886 B
Plaintext
# The order of packages is significant, because pip processes them in the order
|
|
# of appearance. Changing the order has an impact on the overall integration
|
|
# process, which may cause wedges in the gate later.
|
|
|
|
WebOb>=1.7.1 # MIT
|
|
Paste>=2.0.2 # MIT
|
|
Routes>=2.3.1 # MIT
|
|
six>=1.10.0 # MIT
|
|
python-keystoneclient>=3.8.0 # Apache-2.0
|
|
python-memcached>=1.59 # PSF
|
|
keystoneauth1>=3.3.0 # Apache-2.0
|
|
oslo.concurrency>=3.25.0 # Apache-2.0
|
|
oslo.config>=6.1.0 # Apache-2.0
|
|
oslo.messaging>=5.29.0 # Apache-2.0
|
|
oslo.policy>=1.30.0 # Apache-2.0
|
|
oslo.serialization!=2.19.1,>=2.18.0 # Apache-2.0
|
|
oslo.service!=1.28.1,>=1.24.0 # Apache-2.0
|
|
oslo.utils>=3.33.0 # Apache-2.0
|
|
python-neutronclient>=6.3.0 # Apache-2.0
|
|
python-novaclient>=9.1.0 # Apache-2.0
|
|
python-cinderclient>=3.3.0 # Apache-2.0
|
|
python-glanceclient>=2.8.0 # Apache-2.0
|
|
keystonemiddleware>=4.17.0 # Apache-2.0
|
|
cachetools>=2.0.0 # MIT License
|