50b1ac52ee
This is an introductory commit that adds expected API calls to tuskar-ui and has them return test data. It is intended as a base to allow further discussion, as well as allow parallel development on the UI side and API side. There are many questions raised by this patch - for example: * what are the parameters of the tuskarclient api? * can Ironic create a Node with a single api call? * etc But those fall out of scope of this particular patch, and will be resolved in later patches. Change-Id: I1273c8738b760ff36d5ad21e3982beb10457c011
25 lines
586 B
Plaintext
25 lines
586 B
Plaintext
pbr>=0.5.21,<1.0
|
|
# 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
|
|
|
|
python-ironicclient>=0.1.0
|
|
-e git://github.com/openstack/python-tuskarclient.git#egg=python-tuskarclient
|