OpenStack library utils
Go to file
Matthew Booth edf2e78cc8 Add private_key to the list of sanitized keys
Nova's create keypair operation will currently log the generated
keypair if debug logs are enabled.

(cherry picked from commit 0fb1b0aabe)

Closes-Bug: #1770683
Change-Id: I7f889f0bf254fad43b1e26d32fa145f88c668b39
2018-05-15 12:21:41 +01:00
doc/source Create dictutils and add 'flatten_dict_to_keypairs' 2016-11-01 23:35:57 +08:00
oslo_utils Add private_key to the list of sanitized keys 2018-05-15 12:21:41 +01:00
releasenotes Add reno for release notes management 2016-11-01 15:43:10 +08:00
tools Fix sphinx-docs job for stable branch 2018-05-03 13:19:24 +02:00
.coveragerc Fix coverage configuration and execution 2015-10-08 17:23:20 -04:00
.gitignore Add reno for release notes management 2016-11-01 15:43:10 +08:00
.gitreview Update .gitreview for stable/ocata 2017-01-20 19:15:58 +00: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 Show team and repo badges on README 2016-11-25 13:10:05 +01:00
babel.cfg exported from oslo-incubator by graduate.sh 2014-06-18 20:45:08 -04:00
requirements.txt Updated from global requirements 2017-05-15 23:38:00 +00:00
setup.cfg Remove references to Python 3.4 2017-01-09 10:14:48 -08:00
setup.py Updated from global requirements 2015-09-17 16:42:28 +00:00
test-requirements.txt Updated from global requirements 2016-11-02 15:39:30 +00:00
tox.ini Update UPPER_CONSTRAINTS_FILE for stable/ocata 2017-01-20 19:15:59 +00:00

README.rst

Team and repository tags

image

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.