48441a64a6c0a0f715771b5e197317ad8d5a7974
The retry variable can be None which causes this exception to be formatted incorrectly. Switching from %(retry)d to %(retry)s should handle the case where retry is None more gracefully. Change-Id: I592ea3e44506afb4a676d8dbe1e659a0e649424e Closes-bug: #1440755
Oslo Messaging Library
The Oslo messaging API supports RPC and notifications over a number of different messaging transports.
- License: Apache License, Version 2.0
- Documentation: http://docs.openstack.org/developer/oslo.messaging
- Source: http://git.openstack.org/cgit/openstack/oslo.messaging
- Bugs: http://bugs.launchpad.net/oslo.messaging
Description