mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fix: tuple instead of string
This commit is contained in:
parent
58f59cfbff
commit
e33ba1b3d5
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue