Merge "Update testenv-worker for newer novaclient"

This commit is contained in:
Zuul 2018-02-08 07:06:12 +00:00 committed by Gerrit Code Review
commit 73f8aa14c8
1 changed files with 2 additions and 2 deletions

View File

@ -216,8 +216,8 @@ def _get_nova_client():
nclient = novaclient.Client(2,
auth_values['user'],
auth_values['password'],
auth_values['tenant'],
auth_values['auth_url']
project_name=auth_values['tenant'],
auth_url=auth_values['auth_url']
)
return nclient