d7b85a1492

Having an *args list following the retry kwargs just screams: SyntaxError: non-keyword arg after keyword arg but we don't actually pass any args to methods invoked via ensure() so these are just unused and can be removed. If we did want them in future we could just use functools.partial(). Change-Id: Idef12bbc94d39c84ee06ddd6d743f3d2f705a8d1
Oslo Messaging Library
The Oslo messaging API supports RPC and notifications over a number of different messaging transports.
See also: Library Documentation
Description
Languages
Python
99.8%
Shell
0.2%