31e2aabb03
The change of behaviour will only affect newly installed deployments on OpenStack Train and onwards. Also set upper constraint for ``python-cinderclient`` in the functional test requirements as it relies on the v1 client which has been removed. We will not fix this in Amulet, charm pending migration to the Zaza framework. Related-Bug: #1839300 Needed-By: Ia73ed6b76fc7f18014d4fa913397cc069e51ff07 Change-Id: Iee73164358745628a4b8658614608bc872771fd1
30 lines
968 B
Plaintext
30 lines
968 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.
|
|
charm-tools>=2.4.4
|
|
coverage>=3.6
|
|
mock>=1.2
|
|
flake8>=2.2.4,<=2.4.1
|
|
stestr
|
|
requests>=2.18.4
|
|
# BEGIN: Amulet OpenStack Charm Helper Requirements
|
|
# Liberty client lower constraints
|
|
amulet>=1.14.3,<2.0;python_version=='2.7'
|
|
bundletester>=0.6.1,<1.0;python_version=='2.7'
|
|
python-ceilometerclient>=1.5.0
|
|
python-cinderclient>=1.4.0,<5.0.0
|
|
python-glanceclient>=1.1.0
|
|
python-heatclient>=0.8.0
|
|
python-keystoneclient>=1.7.1
|
|
python-neutronclient>=3.1.0
|
|
python-novaclient>=2.30.1
|
|
python-openstackclient>=1.7.0
|
|
python-swiftclient>=2.6.0
|
|
pika>=0.10.0,<1.0
|
|
distro-info
|
|
git+https://github.com/juju/charm-helpers.git#egg=charmhelpers
|
|
# END: Amulet OpenStack Charm Helper Requirements
|
|
# NOTE: workaround for 14.04 pip/tox
|
|
pytz
|
|
pyudev # for ceph-* charm unit tests (not mocked?)
|