Merge "Mark backup_swift_key option as secret"
This commit is contained in:
commit
e837191794
@ -102,6 +102,7 @@ swiftbackup_service_opts = [
|
|||||||
cfg.StrOpt('backup_swift_user',
|
cfg.StrOpt('backup_swift_user',
|
||||||
help='Swift user name'),
|
help='Swift user name'),
|
||||||
cfg.StrOpt('backup_swift_key',
|
cfg.StrOpt('backup_swift_key',
|
||||||
|
secret=True,
|
||||||
help='Swift key for authentication'),
|
help='Swift key for authentication'),
|
||||||
cfg.StrOpt('backup_swift_container',
|
cfg.StrOpt('backup_swift_container',
|
||||||
default='volumebackups',
|
default='volumebackups',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user