Change-Id: I09ec4d4f28dc5b29ad79c0a1a1065b1addf64304
This commit is contained in:
Timur Nurlygayanov 2013-10-01 07:24:45 -04:00
parent 05f1fd4733
commit 23015e5ab0

View File

@ -58,6 +58,8 @@ class HeatExecutor(CommandBase):
self._heat_client = Client(
'1',
heat_url,
username='badusername',
password='badpassword',
token_only=True,
token=client.auth_token,
ca_file=heat_settings.ca_file or None,