nova/tools/test-requires
Clay Gerrard 0fa231f718 Add flag cinder_endpoint_template to volume.cinder
Add optional flag to allow cinder endpoint to be defined by flag rather
than extracted from the request context's service catalog.  No change to
default behavior.

This flag allows deployers to use a seperate management endpoint for
cinder which compute can use exclusively to send messages to cinder, or
just use an auth system that doesn't add/forward the catalog along with
the request (e.g. noauth).

Add python-cinderclient to tools/test-requires

fix lp bug #1048798

Change-Id: Icb416bf4df2a6e37024f1fbc866006d46d30bcf2
2012-09-10 19:52:09 -05:00

14 lines
191 B
Plaintext

# Packages needed for dev testing
distribute>=0.6.24
coverage
mox==0.5.3
nose
openstack.nose_plugin>=0.7
nosehtmloutput
pep8==1.1
pylint==0.25.2
sphinx>=1.1.2
feedparser
python-cinderclient