Merge "Add secret=true to fixed_key configuration parameter"

This commit is contained in:
Zuul 2018-12-14 01:17:48 +00:00 committed by Gerrit Code Review
commit 8998338198
1 changed files with 1 additions and 0 deletions

View File

@ -44,6 +44,7 @@ from cinder.i18n import _
key_mgr_opts = [
cfg.StrOpt('fixed_key',
secret=True,
help='Fixed key returned by key manager, specified in hex',
deprecated_group='keymgr'),
]