Merge "Add choices to backup_swift_auth"

This commit is contained in:
Jenkins 2017-07-29 21:16:38 +00:00 committed by Gerrit Code Review
commit 12deae0cd2
1 changed files with 2 additions and 1 deletions

View File

@ -78,7 +78,8 @@ swiftbackup_service_opts = [
'Only used if backup_swift_auth_url is unset'),
cfg.StrOpt('backup_swift_auth',
default='per_user',
help='Swift authentication mechanism'),
choices=['per_user', 'single_user'],
help='Swift authentication mechanism.'),
cfg.StrOpt('backup_swift_auth_version',
default='1',
help='Swift authentication version. Specify "1" for auth 1.0'