Merge "Add secret=true to fixed_key configuration parameter" into stable/queens

This commit is contained in:
Zuul 2019-01-10 05:43:54 +00:00 committed by Gerrit Code Review
commit 736bff0957
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'),
]