Merge "Mistral don't work with cron trigger"

This commit is contained in:
Zuul 2019-09-05 06:25:38 +00:00 committed by Gerrit Code Review
commit a0c26e3054
1 changed files with 1 additions and 1 deletions

View File

@ -107,7 +107,7 @@ def _admin_client(trust_id=None):
password=CONF.keystone_authtoken.admin_password,
project_name=project_name,
auth_url=auth_url,
trust_id=trust_id
trusts=trust_id
)
cl.management_url = auth_url