Force rackspace inventory to not verify ssl

This commit is contained in:
Matthew Jones 2016-06-09 14:40:51 -04:00
parent d95a43ae82
commit 3cb8c26381

View File

@ -807,6 +807,7 @@ class RunJob(BaseTask):
elif cloud_cred and cloud_cred.kind == 'rax':
env['RAX_USERNAME'] = cloud_cred.username
env['RAX_API_KEY'] = decrypt_field(cloud_cred, 'password')
env['CLOUD_VERIFY_SSL'] = str(True)
elif cloud_cred and cloud_cred.kind == 'gce':
env['GCE_EMAIL'] = cloud_cred.username
env['GCE_PROJECT'] = cloud_cred.project