Ensure insecure config option propagated by alarm service

Fixes bug 1292130

Ensure insecure (i.e. non-cert-verifying) access over SSL to
keystone works from the alarm evaluator

(cherry picked from commit eb14d7e805)
Change-Id: Ice009ad97ea540afede697e9d812f1bde877dd84
This commit is contained in:
Eoghan Glynn 2014-03-13 17:53:34 +00:00
parent 41a26ea2ab
commit 44618282fe
1 changed files with 1 additions and 0 deletions

View File

@ -86,6 +86,7 @@ class AlarmService(object):
os_username=auth_config.os_username,
os_cacert=auth_config.os_cacert,
endpoint_type=auth_config.os_endpoint_type,
insecure=auth_config.insecure,
)
self.api_client = ceiloclient.get_client(2, **creds)
return self.api_client