Fix: tuple instead of string

This commit is contained in:
Lars Wagner 2018-04-10 16:12:54 +02:00
parent 58f59cfbff
commit e33ba1b3d5

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)