fix the mistralclient set endpoint_type invaild

The reason is that mistralclient transfer error parameter
for keystoneauth.

Change-Id: I380d8fda49fed810a7bbda41c32910df8368512c
Closes-Bug: #1854339
This commit is contained in:
“ramboman” 2019-11-28 18:44:15 +08:00 committed by ramboman
parent 0b7d8cfd96
commit c060dd7a1e
1 changed files with 1 additions and 1 deletions

View File

@ -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: