summaryrefslogtreecommitdiffstats
path: root/tools/test-requires
diff options
context:
space:
mode:
authorClay Gerrard <clay.gerrard@gmail.com>2012-09-10 19:05:10 -0500
committerClay Gerrard <clay.gerrard@gmail.com>2012-09-10 19:52:09 -0500
commit0fa231f718662f2b83c11ffc39f977fdc8941107 (patch)
tree86457c9a650d59785abbd95ddb7d7607c239022b /tools/test-requires
parent608b75e1256441b552fb410c3659436ec6fd93a8 (diff)
downloadnova-0fa231f718662f2b83c11ffc39f977fdc8941107.tar.gz
nova-0fa231f718662f2b83c11ffc39f977fdc8941107.tar.xz
nova-0fa231f718662f2b83c11ffc39f977fdc8941107.zip
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
Diffstat (limited to 'tools/test-requires')
-rw-r--r--tools/test-requires1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/test-requires b/tools/test-requires
index b317e4593..106c258de 100644
--- a/tools/test-requires
+++ b/tools/test-requires
@@ -10,3 +10,4 @@ pep8==1.1
pylint==0.25.2
sphinx>=1.1.2
feedparser
+python-cinderclient