Go to file
Dan Prince 48441a64a6 Fix TypeError caused by err_msg formatting
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
2015-04-06 13:10:51 -04:00
2015-03-17 19:44:17 -07:00
2014-01-15 04:08:18 +00:00
2015-01-26 21:55:20 +00:00
2015-03-12 16:38:51 -07:00
2014-06-05 22:48:44 +02:00
2015-03-19 03:03:53 -07:00
2014-04-30 02:45:47 +00:00
2015-03-16 01:46:07 +00:00

Oslo Messaging Library

The Oslo messaging API supports RPC and notifications over a number of different messaging transports.

Description
RETIRED, further work has moved to Debian project infrastructure
Readme 3.4 MiB