Advertisement
Guest User

Untitled

a guest
Apr 4th, 2016
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.49 KB | None | 0 0
  1. 2016-04-04 20:38:36.470 18265 DEBUG heatclient.common.http [-] curl -g -i -X POST -H 'X-Auth-User: c_rally_366d2d95_Z0CDfD6I' -H 'X-Auth-Token: {SHA1}8cb91132d94478869715d6c46c24dd77a999b7e0' -H 'X-Auth-Key: 33d63e45-9892-4295-9fa5-63df21e89b7d' -H 'Accept: application/json' -H 'User-Agent: python-heatclient' -H 'Content-Type: application/json' -H 'X-Auth-Url: https://test.site.com:5000/v2.0' -d '{"files": {}, "disable_rollback": true, "parameters": {}, "stack_name": "s_rally_366d2d95_AauR8YoS", "environment": {}, "template": "heat_template_version: 2014-10-16"}' https://test.site.com:8004/v1/7b98109ffdd74eb896f6e86b4175abd7/stacks log_curl_request /usr/lib/python2.7/site-packages/heatclient/common/http.py:135
  2. 2016-04-04 20:38:36.704 18265 DEBUG heatclient.common.http [-]
  3. HTTP/1.1 500 Internal Server Error
  4. Date: Tue, 05 Apr 2016 00:38:36 GMT
  5. Connection: close
  6. Content-Type: application/json; charset=UTF-8
  7. Content-Length: 427
  8. X-Openstack-Request-Id: req-4644d231-238b-430e-8865-b1aa9bcf94a6
  9.  
  10. {"explanation": "The server has either erred or is incapable of performing the requested operation.", "code": 500, "error": {"message": "Remote error: SSLError SSL exception connecting to https://test.site.com:5000/v3/auth/tokens: [Errno 1] _ssl.c:510: error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed\n[u'", "traceback": null, "type": "RemoteError"}, "title": "Internal Server Error"}
  11. log_http_response /usr/lib/python2.7/site-packages/heatclient/common/http.py:148
  12. 2016-04-04 20:38:36.705 18265 ERROR rally.task.runner [-] ERROR: Remote error: SSLError SSL exception connecting to https://test.site.com:5000/v3/auth/tokens: [Errno 1] _ssl.c:510: error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed
  13. [u'
  14. 2016-04-04 20:38:36.705 18265 ERROR rally.task.runner Traceback (most recent call last):
  15. 2016-04-04 20:38:36.705 18265 ERROR rally.task.runner File "/usr/lib/python2.7/site-packages/rally/task/runner.py", line 66, in _run_scenario_once
  16. 2016-04-04 20:38:36.705 18265 ERROR rally.task.runner deprecated_output = getattr(scenario_inst, method_name)(**kwargs)
  17. 2016-04-04 20:38:36.705 18265 ERROR rally.task.runner File "/usr/lib/python2.7/site-packages/rally/plugins/openstack/scenarios/heat/stacks.py", line 76, in create_and_delete_stack
  18. 2016-04-04 20:38:36.705 18265 ERROR rally.task.runner files, environment)
  19. 2016-04-04 20:38:36.705 18265 ERROR rally.task.runner File "/usr/lib/python2.7/site-packages/rally/task/atomic.py", line 84, in func_atomic_actions
  20. 2016-04-04 20:38:36.705 18265 ERROR rally.task.runner f = func(self, *args, **kwargs)
  21. 2016-04-04 20:38:36.705 18265 ERROR rally.task.runner File "/usr/lib/python2.7/site-packages/rally/plugins/openstack/scenarios/heat/utils.py", line 143, in _create_stack
  22. 2016-04-04 20:38:36.705 18265 ERROR rally.task.runner stack_id = self.clients("heat").stacks.create(**kw)["stack"]["id"]
  23. 2016-04-04 20:38:36.705 18265 ERROR rally.task.runner File "/usr/lib/python2.7/site-packages/heatclient/v1/stacks.py", line 162, in create
  24. 2016-04-04 20:38:36.705 18265 ERROR rally.task.runner data=kwargs, headers=headers)
  25. 2016-04-04 20:38:36.705 18265 ERROR rally.task.runner File "/usr/lib/python2.7/site-packages/heatclient/common/http.py", line 287, in post
  26. 2016-04-04 20:38:36.705 18265 ERROR rally.task.runner return self.client_request("POST", url, **kwargs)
  27. 2016-04-04 20:38:36.705 18265 ERROR rally.task.runner File "/usr/lib/python2.7/site-packages/heatclient/common/http.py", line 277, in client_request
  28. 2016-04-04 20:38:36.705 18265 ERROR rally.task.runner resp, body = self.json_request(method, url, **kwargs)
  29. 2016-04-04 20:38:36.705 18265 ERROR rally.task.runner File "/usr/lib/python2.7/site-packages/heatclient/common/http.py", line 266, in json_request
  30. 2016-04-04 20:38:36.705 18265 ERROR rally.task.runner resp = self._http_request(url, method, **kwargs)
  31. 2016-04-04 20:38:36.705 18265 ERROR rally.task.runner File "/usr/lib/python2.7/site-packages/heatclient/common/http.py", line 221, in _http_request
  32. 2016-04-04 20:38:36.705 18265 ERROR rally.task.runner raise exc.from_response(resp)
  33. 2016-04-04 20:38:36.705 18265 ERROR rally.task.runner HTTPInternalServerError: ERROR: Remote error: SSLError SSL exception connecting to https://test.site.com:5000/v3/auth/tokens: [Errno 1] _ssl.c:510: error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed
  34. 2016-04-04 20:38:36.705 18265 ERROR rally.task.runner [u'
  35. 2016-04-04 20:38:36.705 18265 ERROR rally.task.runner
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement