mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #46993 from L4rS6/fix-broken-keystone-auth/2018.3
Fix: tuple instead of string
This commit is contained in:
commit
03907d3fce
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