Change-Id: I09ec4d4f28dc5b29ad79c0a1a1065b1addf64304
This commit is contained in:
parent
05f1fd4733
commit
23015e5ab0
@ -58,6 +58,8 @@ class HeatExecutor(CommandBase):
|
|||||||
self._heat_client = Client(
|
self._heat_client = Client(
|
||||||
'1',
|
'1',
|
||||||
heat_url,
|
heat_url,
|
||||||
|
username='badusername',
|
||||||
|
password='badpassword',
|
||||||
token_only=True,
|
token_only=True,
|
||||||
token=client.auth_token,
|
token=client.auth_token,
|
||||||
ca_file=heat_settings.ca_file or None,
|
ca_file=heat_settings.ca_file or None,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user