Merge "Deprecate 'deferred_auth_method' config option"

This commit is contained in:
Jenkins 2017-08-10 22:58:04 +00:00 committed by Gerrit Code Review
commit ffbe970a4b
1 changed files with 5 additions and 0 deletions

View File

@ -101,6 +101,11 @@ engine_opts = [
cfg.StrOpt('deferred_auth_method',
choices=['password', 'trusts'],
default='trusts',
deprecated_for_removal=True,
deprecated_reason='Stored password based deferred auth is '
'broken when used with keystone v3 and '
'is not supported.',
deprecated_since='9.0.0',
help=_('Select deferred auth method, '
'stored password or trusts.')),
cfg.StrOpt('reauthentication_auth_method',