23edc1b4ce

gettextutils is expecting to receive unicode strings rather than basestrings. A basestring can cause an unhandled exception in the logging code. To help avoid such issues we should remove str() from LOG.* messages and exceptions. We have verified that the %s formatting code properly handle getting strings to unicode where necessary. Copied from https://review.openstack.org/#/c/77722 Change-Id: I082af5c9ae8bf9859382c2c387b10b48358e10b3 Related-Bug: #1286306
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%