
Management Nodes, Resource nodes, Free nodes BaremetalNode.list() is currently used to get data for the lists. This should be modified once filtering by node type is available Change-Id: I8499469b2487486e488990658f4ed5a75ee6983b
24 lines
458 B
Plaintext
24 lines
458 B
Plaintext
# Install bounded pep8/pyflakes first, then let flake8 install
|
|
pep8==1.4.5
|
|
pyflakes==0.7.2
|
|
flake8==2.0
|
|
hacking>=0.5.3,<0.6
|
|
# Testing Requirements
|
|
coverage>=3.6
|
|
django-nose
|
|
mock>=1.0.1
|
|
mox>=0.5.3
|
|
nose
|
|
nose-exclude
|
|
nosexcover
|
|
openstack.nose_plugin>=0.7
|
|
nosehtmloutput>=0.0.3
|
|
selenium
|
|
# Docs Requirements
|
|
sphinx>=1.1.2
|
|
# for bug 1091333, remove after sphinx >1.1.3 is released.
|
|
docutils==0.9.1
|
|
oslo.sphinx
|
|
|
|
-e git://github.com/openstack/horizon.git#egg=horizon
|