summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Brown <browne@vmware.com>2016-02-20 16:06:16 -0800
committerEric Brown <browne@vmware.com>2016-02-20 16:06:16 -0800
commitaba1c07d9a7c48b605657e429b9108b7896a7de2 (patch)
tree390032f9ea83ebcd1bed7d4e04cb349628c3811c
parent6341be4ff23c23e3bed6b44ea50d62548190159c (diff)
downloadoslo-utils-aba1c07d9a7c48b605657e429b9108b7896a7de2.tar.gz
Add missing versionchanged for configdrive
The mask_password function was missing the versionchanged to signify the addition of 'configdrive' to the list of sanitized keys. Change-Id: Ia2bf37ad6d757f3fcb1f4144c979182b05e672a3
-rw-r--r--oslo_utils/strutils.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/oslo_utils/strutils.py b/oslo_utils/strutils.py
index 3fb3efa..34ff3e4 100644
--- a/oslo_utils/strutils.py
+++ b/oslo_utils/strutils.py
@@ -262,6 +262,9 @@ def mask_password(message, secret="***"): # nosec
.. versionchanged:: 2.7
Replace also ``'secret'`` key.
+
+ .. versionchanged:: 3.4
+ Replace also ``'configdrive'`` key.
"""
try: