tuskar-ui/requirements.txt
Tzu-Mainn Chen 4e2aebdd3b Integrate python-tuskarclient
This patch integrates python-tuskarclient.  To install, run:

pip install -r tools/pip-requires

The patch also updates the ResourceClass and Rack CRUD operations
to use tuskarclient.  'flavors' and 'racks' methods are renamed
to 'list_flavors' and 'list_racks' to prevent collision, as
'racks' is now an attribute of a resource class.  This is
also consistent with Horizon nomenclature.

Associations are *not* updated; so a resource class cannot
associate itself with racks or flavors.  The body of those
methods are simply commented out to allow the UI to 'work'
with no errors.

API tests associated with the above associations fail;
all other tests should pass.

Change-Id: I53dcbb79ad02e32b9bf9d4ed9c61a8dd13e3d0e0
2013-08-01 16:18:56 +02:00

25 lines
575 B
Plaintext

d2to1>=0.2.10,<0.3
pbr>=0.5.16,<0.6
# Horizon Core Requirements
django>=1.4,<1.6
django_compressor>=1.3
django_openstack_auth>=1.0.11,!=1.1.0
eventlet>=0.12.0
kombu>2.4.7
iso8601>=0.1.4
netaddr
python-cinderclient>=1.0.4
python-glanceclient>=0.9.0
python-heatclient>=0.2.3
python-keystoneclient>=0.3.0
python-novaclient>=2.12.0
python-neutronclient>=2.2.3,<3
python-swiftclient>=1.2
python-ceilometerclient>=1.0.2
pytz>=2010h
# Horizon Utility Requirements
# for SECURE_KEY generation
lockfile>=0.8
-e git://github.com/tuskar/python-tuskarclient.git#egg=python-tuskarclient