Merge "release notes: mention changes in wrap_db_retry()"

This commit is contained in:
Jenkins 2016-08-10 18:28:23 +00:00 committed by Gerrit Code Review
commit 0cbe82748c

View File

@ -0,0 +1,6 @@
---
fixes:
- Decorator ``oslo_db.api.wrap_db_retry`` now defaults to 10 retries.
Previously the number of attempts was 0, and users had to explicitly
pass ``max_retry_interval`` value greater than 0 to actually enable
retries on errors.