Merge "add region to mistral_client"

This commit is contained in:
Zuul 2020-08-24 18:50:21 +00:00 committed by Gerrit Code Review
commit 53955e4569
1 changed files with 1 additions and 0 deletions

View File

@ -194,6 +194,7 @@ def mistral_client():
try:
mi_client = driver_module('mistral')
client = mi_client.Client(
region_name=CONF.service_credentials.region_name,
session=keystone_client.get_session(),
)
LOG.info('Mistral client created')