oslo.messaging/releasenotes/notes/retry-support-07996ef04dda9482.yaml
Elancheran Subramanian cc406e4edc Retry support for oslo_messaging_notifications driver
When the underlying RPC is configured with rabbit along
with oslo_messaging_notifications, currently the retry is
not supported. There are retry support specific to drivers,
it's better to have the support uniform across the drivers,
by adding configuration retry on the oslo_messaging_notifier.

Closes-bug: 1666364

Change-Id: I8d547ef2a9e8b086f94a1efca17735f3f3cdaac1
2017-04-18 11:53:19 -07:00

9 lines
179 B
YAML

---
features:
- |
| Retry support for oslo_messaging_notifications driver
| Configuration param 'retry' is added. Default is -1, indefinite
* *retry* (default=-1)