Merge pull request #46993 from L4rS6/fix-broken-keystone-auth/2018.3

Fix: tuple instead of string
This commit is contained in:
Nicole Thomas 2018-04-10 13:07:58 -04:00 committed by GitHub
commit 03907d3fce
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -167,7 +167,7 @@ def auth(profile=None, **connection_args):
'Neon',
(
'The keystone module has been deprecated and will be removed in {version}. '
'Please update to using the keystoneng module',
'Please update to using the keystoneng module'
),
)
kwargs = _get_kwargs(profile=profile, **connection_args)