python-keystoneclient/keystoneclient
Vishakha Agarwal 7b7d81d09e Follow bandit B105: hardcoded_password_string
tox -e bandit failing due to the string 'token'
in [1]. According to the bandit 105 any password
assigned to a string should not contain any of the
variables in [2]

[1]https://github.com/openstack/python-keystoneclient/blob/master/keystoneclient/common/cms.py#L41
[2]https://bandit.readthedocs.io/en/latest/plugins/b105_hardcoded_password_string.html

Change-Id: I822e1195532df2b701f10087cabceda458211986
2019-06-26 16:05:43 +05:30
..
auth Update json module to jsonutils 2019-02-25 11:35:14 +00:00
common Follow bandit B105: hardcoded_password_string 2019-06-26 16:05:43 +05:30
contrib fix a typo in docstring 2018-06-07 15:08:42 +08:00
fixture Merge "map fixtures to keystoneauth" 2016-05-23 03:02:35 +00:00
generic Merge "Remove log translations in python-keystoneclient" 2017-05-16 04:11:03 +00:00
tests Merge "Update json module to jsonutils" 2019-05-02 21:11:39 +00:00
v2_0 Remove use of positional decorator 2017-08-07 13:14:55 -07:00
v3 Add return-request-id-to-caller function(v3/contrib) 2019-01-16 05:51:12 +00:00
__init__.py Removes py26 support 2015-11-25 00:23:17 +00:00
_discover.py Remove use of positional decorator 2017-08-07 13:14:55 -07:00
access.py Update hacking version 2019-01-04 00:46:27 +08:00
adapter.py Remove use of positional decorator 2017-08-07 13:14:55 -07:00
base.py Add return-request-id-to-caller function(v3/contrib) 2019-01-16 05:51:12 +00:00
baseclient.py Deprecate the baseclient.Client 2015-12-17 12:04:17 +11:00
client.py Docstring: Mark optional parameter as optional. 2015-12-16 14:09:40 +05:30
discover.py Remove use of positional decorator 2017-08-07 13:14:55 -07:00
exceptions.py Remove pbr warnerrors in favor of sphinx check 2017-04-24 16:28:06 -05:00
httpclient.py Add Response class to return request-id to caller 2018-03-26 01:51:30 -07:00
i18n.py Update URLs in documents according to document migration 2017-07-14 09:56:01 +08:00
service_catalog.py Remove use of positional decorator 2017-08-07 13:14:55 -07:00
session.py Adds bandit nosec flag to hashlib.sha1 2017-08-31 15:34:13 -05:00
utils.py Handle UTC+00:00 in datetime strings 2017-12-02 11:15:26 -06:00