commit | ad034b0a4b8bb5c1b0c61eed5281c74f829cf3ce | [log] [tgz] |
---|---|---|
author | Jenkins <jenkins@review.openstack.org> | Fri Jan 20 06:56:36 2017 +0000 |
committer | Gerrit Code Review <review@openstack.org> | Fri Jan 20 06:56:36 2017 +0000 |
tree | 5c3b2b00b67f82449aa7d6bb2d18fdf62a55bb74 | |
parent | 530626f9f00ee9badc6b92c0a416e787aa4314c6 [diff] | |
parent | 0f4c6f015926caed24d4d2eb88b3e7f6489bf569 [diff] |
Merge "Skip integration tests when not configured"
diff --git a/common/clients.py b/common/clients.py index afdc477..9949d3d 100644 --- a/common/clients.py +++ b/common/clients.py
@@ -158,7 +158,7 @@ service_type='compute', endpoint_type='publicURL', region_name=region, - no_cache=True, + os_cache=False, insecure=self.insecure, cacert=self.ca_file, http_log_debug=True)