python-swiftclient/swiftclient
Pete Zaitcev 7a13754eeb Use a valid default for auth_version
The valid set of values for auth_version does not include
values starting with the 'v'.

In this particular function, the auth_version variable is
only used for comparisons with v3. So, the code worked
correctly. However, let's clean this up in order to reduce
review confusion and defuse possible future landmine in case
of code changes.

Change-Id: I671016d7992a1922b786b4eb8876b3fbb2532e15
2018-05-04 13:31:03 -05:00
..
__init__.py Use "# noqa" instead of "#flake8: noqa" 2016-02-09 23:09:24 +08:00
authv1.py Add v1password keystoneauth plugin 2016-10-24 01:52:37 +02:00
client.py Use a valid default for auth_version 2018-05-04 13:31:03 -05:00
command_helpers.py Add additional headers for HEAD/GET/DELETE requests. 2016-11-07 13:18:29 +08:00
exceptions.py Include response headers in ClientExceptions 2016-03-03 17:16:33 +00:00
multithreading.py Add new doc structure and contents for swiftclient 2016-04-29 19:21:36 +01:00
service.py Add force auth retry mode in swiftclient 2018-03-13 12:29:48 +09:00
shell.py Add force auth retry mode in swiftclient 2018-03-13 12:29:48 +09:00
utils.py ISO 8601 timestamps for tempurl 2017-03-29 14:27:39 -04:00
version.py Fix some typos 2015-12-30 11:01:33 -08:00