Merge "Add descriptions for auth_strategy choices"
This commit is contained in:
commit
4650733ea9
@ -155,7 +155,8 @@ global_opts = [
|
||||
help='The full class name of the volume backup API class'),
|
||||
cfg.StrOpt('auth_strategy',
|
||||
default='keystone',
|
||||
choices=['noauth', 'keystone'],
|
||||
choices=[('noauth', 'Do not perform authentication'),
|
||||
('keystone', 'Authenticate using keystone')],
|
||||
help='The strategy to use for auth. Supports noauth or '
|
||||
'keystone.'),
|
||||
cfg.ListOpt('enabled_backends',
|
||||
|
Loading…
x
Reference in New Issue
Block a user