summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
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