python-novaclient/novaclient
Stephen Finucane 0f7d723c46 trivial: Remove 'u' prefix from string
It looks like nova is using 'repr()' in some validation error logging.
On Python 2.7, this would result in unicode strings (which most web apps
use) being output as "u'foo'", while in Python 3 these would just be
"'foo'". Since nova only supports Python 3 now, we only have to support
the Python 3 string formatting variant in our tests too.

Change-Id: I546c06a3251e86f39e2e7db48e04ec382c8da854
Signed-off-by: Stephen Finucane <sfinucan@redhat.com>
2020-02-21 09:43:13 +00:00
..
tests trivial: Remove 'u' prefix from string 2020-02-21 09:43:13 +00:00
v2 Add aggregate-cache-images command and client routines 2019-10-18 10:50:01 -07:00
__init__.py Add aggregate-cache-images command and client routines 2019-10-18 10:50:01 -07:00
api_versions.py Update hacking version 2019-01-04 14:46:07 +08:00
base.py Use SHA256 instead of MD5 in completion cache 2019-05-09 15:32:33 -04:00
client.py Remove deprecated methods and properties 2019-07-04 04:06:42 +00:00
crypto.py Fixes Python3 issue in decoding password 2018-10-26 11:06:44 +09:00
exceptions.py Remove deprecated methods and properties 2019-07-04 04:06:42 +00:00
extension.py Cleanup needless code from oslo-incubator 2015-12-18 08:46:12 +00:00
i18n.py Update URLs in docs, comments and setup.cfg 2017-07-28 12:14:12 +09:00
shell.py Remove deprecated options 2019-03-21 13:50:41 +00:00
utils.py Merge "Use uuidutils of oslo.utils" 2018-08-08 18:00:11 +00:00