python-keystoneclient/keystoneclient/common
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
..
__init__.py Make initial structural changes to keystoneclient in preparation 2012-11-09 02:35:11 +00:00
cms.py Follow bandit B105: hardcoded_password_string 2019-06-26 16:05:43 +05:30