
This patch updates tools/pip-requires to use the python-quantumclient 2.2 It also limits the version to <3.0.0 to prevent breaking something accidently when 3.0.0 is released. Fixes bug 1152695 Change-Id: I98ea99bbc0dc5d5d4c67e5f8ae6b6c9f81fe2c4c
16 lines
328 B
Plaintext
16 lines
328 B
Plaintext
# Horizon Core Requirements
|
|
Django>=1.4,<1.5
|
|
django_compressor
|
|
django_openstack_auth>=1.0.3
|
|
netaddr
|
|
python-cinderclient
|
|
python-glanceclient<2
|
|
python-keystoneclient
|
|
python-novaclient>=2.11.1,<3
|
|
python-quantumclient>=2.2.0,<3.0.0
|
|
python-swiftclient>1.1,<2
|
|
pytz
|
|
|
|
# Horizon Utility Requirements
|
|
lockfile # for SECURE_KEY generation
|