summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorCory Stone <corystone@gmail.com>2012-11-16 14:15:06 -0600
committerCory Stone <corystone@gmail.com>2013-01-07 14:57:27 -0600
commitdc8aeb49ce4ad6523e3f093fed082f78a6442814 (patch)
tree79c4f459a2dbe200dcb10c8125a52bf0740a8e0d /etc
parente1c7b18c7f3c8d97ba7b2cccf27b968ad4710735 (diff)
Support cinderclient http retries.
HTTP retries were recently added to cinderclient. This adds the config option required to use it. The default (unchanged) behavior is 0 retries. Change-Id: Ia7ad831045e8df9ad9c22f0119ae3485d91ad949
Diffstat (limited to 'etc')
-rw-r--r--etc/nova/nova.conf.sample5
1 files changed, 4 insertions, 1 deletions
diff --git a/etc/nova/nova.conf.sample b/etc/nova/nova.conf.sample
index c3c10239c..bee408412 100644
--- a/etc/nova/nova.conf.sample
+++ b/etc/nova/nova.conf.sample
@@ -1806,5 +1806,8 @@
#### (StrOpt) Override service catalog lookup with template for cinder
#### endpoint e.g. http://localhost:8776/v1/%(project_id)s
+# cinder_http_retries=3
+#### (IntOpt) Number of cinderclient retries on failed http calls
-# Total option count: 462
+
+# Total option count: 463