Merge "fix the mistralclient set endpoint_type invaild"

This commit is contained in:
Zuul 2019-12-06 19:58:04 +00:00 committed by Gerrit Code Review
commit b1e8bd1943
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: