Merge "Add descriptions for auth_strategy choices"

This commit is contained in:
Zuul 2018-06-05 00:01:45 +00:00 committed by Gerrit Code Review
commit 4650733ea9

View File

@ -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',