Remove deprecated_since for interface and fix text

Version number for keystoneauth is still being debated. Remove this
as it's not strictly necessary anyway. The deprecation explanation is
also very clunky. Fix it.

Change-Id: I2cd39c5c01995b3e6cf22616c5343d8e1c4ce43b
This commit is contained in:
Monty Taylor 2017-07-17 18:24:08 -05:00
parent 98b7292aad
commit 4dc2a40f0b
No known key found for this signature in database
GPG Key ID: 7BAE94BC7141A594
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.'),