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
This commit is contained in:
Eric Brown 2016-02-20 16:06:16 -08:00
parent 6341be4ff2
commit aba1c07d9a
1 changed files with 3 additions and 0 deletions

View File

@ -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: