OpenStack library utils
Go to file
Eric Brown 811fb7f279 Add CHAPPASSWORD to list of sanitize keys
The Huawei cinder driver needs to mask out any instances of the
CHAPPASSWORD in the logs [1]. This patch adds to the sanitize
keys list so that cinder may make use of the common mask_password
function.

[1] https://review.openstack.org/#/c/271595

Change-Id: I679e576121e2a74ac6684ecc634690708cf39315
Partial-Bug: #1535706
2016-03-03 00:14:07 -08:00
doc/source Merge "Create secretutils and include 'constant_time_compare' function" 2016-01-21 04:25:57 +00:00
oslo_utils Add CHAPPASSWORD to list of sanitize keys 2016-03-03 00:14:07 -08:00
tools Remove run_cross_tests.sh 2015-05-05 19:39:52 +00:00
.coveragerc Fix coverage configuration and execution 2015-10-08 17:23:20 -04:00
.gitignore Fix coverage configuration and execution 2015-10-08 17:23:20 -04:00
.gitreview exported from oslo-incubator by graduate.sh 2014-06-18 20:45:08 -04:00
.mailmap exported from oslo-incubator by graduate.sh 2014-06-18 20:45:08 -04:00
.testr.conf Get the tox tests working 2014-06-18 23:12:10 -04:00
CONTRIBUTING.rst Fix wrong bug tracking link 2015-11-16 23:17:37 +08:00
HACKING.rst exported from oslo-incubator by graduate.sh 2014-06-18 20:45:08 -04:00
LICENSE exported from oslo-incubator by graduate.sh 2014-06-18 20:45:08 -04:00
README.rst Switch badges from 'pypip.in' to 'shields.io' 2015-06-11 20:33:03 -07:00
babel.cfg exported from oslo-incubator by graduate.sh 2014-06-18 20:45:08 -04:00
requirements.txt Updated from global requirements 2016-02-07 00:17:51 +00:00
setup.cfg Update translation setup 2016-01-29 08:35:53 +09:00
setup.py Updated from global requirements 2015-09-17 16:42:28 +00:00
test-requirements.txt Updated from global requirements 2016-02-26 01:52:40 +00:00
tox.ini Enable bandit in gate 2016-02-27 05:48:50 +08:00

README.rst

oslo.utils

Latest Version

Downloads

The oslo.utils library provides support for common utility type functions, such as encoding, exception handling, string manipulation, and time handling.