Merge "Remove radmin credentials from create_heat_client"
This commit is contained in:
@@ -72,9 +72,7 @@ def cinder_client(context):
|
|||||||
|
|
||||||
def heat_client(context):
|
def heat_client(context):
|
||||||
endpoint = "%s/%s/" % (HEAT_URL, context.tenant)
|
endpoint = "%s/%s/" % (HEAT_URL, context.tenant)
|
||||||
client = HeatClient.Client(username=context.user,
|
client = HeatClient.Client(token=context.auth_token,
|
||||||
password="radmin",
|
|
||||||
token=context.auth_token,
|
|
||||||
os_no_client_auth=True,
|
os_no_client_auth=True,
|
||||||
endpoint=endpoint)
|
endpoint=endpoint)
|
||||||
return client
|
return client
|
||||||
|
|||||||
Reference in New Issue
Block a user