diff --git a/mistralclient/auth/keystone.py b/mistralclient/auth/keystone.py index e8c4445a..cf9ae2fe 100644 --- a/mistralclient/auth/keystone.py +++ b/mistralclient/auth/keystone.py @@ -171,7 +171,7 @@ class KeystoneAuthHandler(mistral_auth.AuthHandler): try: mistral_url = session.get_endpoint( service_type=service_type, - endpoint_type=endpoint_type, + interface=endpoint_type, region_name=region_name ) except Exception: