]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Update cinder.conf.sample to fix max db conn retries
authorJay S. Bryant <jsbryant@us.ibm.com>
Mon, 17 Nov 2014 19:11:03 +0000 (13:11 -0600)
committerJay S. Bryant <jsbryant@us.ibm.com>
Mon, 17 Nov 2014 19:25:38 +0000 (13:25 -0600)
commit969a27c56e8c69ba7420d98a0c123dce2ad16870
tree3222cbea556232f83981afefc4d38635f12c476f
parent86864496852f45725dba01ec50f21d16bd8e9951
Update cinder.conf.sample to fix max db conn retries

Another external library change (oslo.db) has broken the gate
because cinder.conf.sample appears to be out of date.  The change
was just to a message string:

   Maximum number of database connection retries during
   startup. Set to -1 to specify an infinite retry count. (integer value)
   ->
   Maximum db connection retries during startup. Set to -1 to
   specify an infinite retry count. (integer value)

This patch updates cinder.conf.sample to get beyond this failure.  The
Cinder team will be talking about how to avoid these issues in the future.

Change-Id: Ia14954842d141b9bd208ce98c5a70a42b014ac45
etc/cinder/cinder.conf.sample