Merge "Remove deprecated_since for interface and fix text"

This commit is contained in:
Jenkins 2017-07-18 11:04:31 +00:00 committed by Gerrit Code Review
commit d40959cbd6
1 changed files with 4 additions and 4 deletions

View File

@ -77,10 +77,10 @@ class Adapter(base.BaseLoader):
help='The default interface for endpoint URL '
'discovery.',
deprecated_for_removal=True,
deprecated_since='3.0',
deprecated_reason='interface can be requested as a '
'list. Please use '
'valid-interfaces instead.'),
deprecated_reason='Using valid-interfaces is'
' preferrable because it is'
' capable of accepting a list of'
' possible interfaces.'),
cfg.ListOpt('valid-interfaces',
help='List of interfaces, in order of preference, '
'for endpoint URL.'),