summaryrefslogtreecommitdiff
path: root/releasenotes/notes
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2016-08-10 18:28:23 +0000
committerGerrit Code Review <review@openstack.org>2016-08-10 18:28:23 +0000
commit0cbe82748ce3c7101b3c242f4e46b366b0711a61 (patch)
treeab6bcf169d1d74acf4c340ef6371a350370420e3 /releasenotes/notes
parent18d26125d02c8a017d8541339737981bf242616b (diff)
parent4e4ec2d8bd98dc91dc772b706f312321531b1db2 (diff)
downloadoslo-db-0cbe82748ce3c7101b3c242f4e46b366b0711a61.tar.gz
Merge "release notes: mention changes in wrap_db_retry()"
Diffstat (limited to 'releasenotes/notes')
-rw-r--r--releasenotes/notes/wrap_db_retry-34c7ff2d82afa3f5.yaml6
1 files changed, 6 insertions, 0 deletions
diff --git a/releasenotes/notes/wrap_db_retry-34c7ff2d82afa3f5.yaml b/releasenotes/notes/wrap_db_retry-34c7ff2d82afa3f5.yaml
new file mode 100644
index 0000000..1e3b434
--- /dev/null
+++ b/releasenotes/notes/wrap_db_retry-34c7ff2d82afa3f5.yaml
@@ -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.