Added secret flag to oslo config params

Change-Id: I79faeec3ec72747686a899eea097cac7919ce0cc
This commit is contained in:
Robert Clark
2015-10-30 13:54:30 +09:00
parent 4fb0ec415d
commit a78328e7d5
4 changed files with 8 additions and 4 deletions

View File

@@ -30,7 +30,8 @@ p11_crypto_plugin_opts = [
cfg.StrOpt('library_path',
help=u._('Path to vendor PKCS11 library')),
cfg.StrOpt('login',
help=u._('Password to login to PKCS11 session')),
help=u._('Password to login to PKCS11 session'),
secret=True),
cfg.StrOpt('mkek_label',
help=u._('Master KEK label (used in the HSM)')),
cfg.IntOpt('mkek_length',