diff options
| author | Jenkins <jenkins@review.openstack.org> | 2013-01-08 19:44:36 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2013-01-08 19:44:36 +0000 |
| commit | 885271e06e7860cca05d06d9f49ac0a2646684a8 (patch) | |
| tree | 1e80c1b5504aa6e3cf9f5421c3741d82f60d0f55 /etc | |
| parent | a02f22849aed77fd1e7fba3b0a3164e457e1d0f7 (diff) | |
| parent | dc8aeb49ce4ad6523e3f093fed082f78a6442814 (diff) | |
Merge "Support cinderclient http retries."
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/nova/nova.conf.sample | 5 |
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 |
