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'),
|
help='The full class name of the volume backup API class'),
|
||||||
cfg.StrOpt('auth_strategy',
|
cfg.StrOpt('auth_strategy',
|
||||||
default='keystone',
|
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 '
|
help='The strategy to use for auth. Supports noauth or '
|
||||||
'keystone.'),
|
'keystone.'),
|
||||||
cfg.ListOpt('enabled_backends',
|
cfg.ListOpt('enabled_backends',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user