<html><body><p>I see this intermittently on my 3rd party CI system. Anyone else seeing this? Suggestions on where to look to figre out why?<br><br>Slaves are running ubuntu 14.04.4 LTS.<br><br>This occurs during the tempest verification step in devstacklog.txt, and the devstack installation fails:.<br><br>2016-10-04 12:58:17.897 | Conflict: An object with that identifier already exists<br>2016-10-04 12:58:17.897 | Details: {u'title': u'Conflict', u'code': 409, u'message': u'Conflict occurred attempting to store user - Duplicate Entry'}<br><br>Tempest.log contains, which appears to be a ReadTimeout in the post call. It appears the original post operation actually completed, it's the retry that fails;<br><br>2016-10-04 12:56:49.233 10929 DEBUG tempest.lib.common.rest_client [req-39514032-0494-47cd-a3bd-e4dcb8f7dddd ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}<br>        Body: {"tenant": {"name": "tempest-verify_tempest_config-588144059", "description": "tempest-verify_tempest_config-588144059-desc"}}<br>    Response - Headers: {'content-type': 'application/json', 'content-location': 'http://127.0.0.1/identity_admin/v2.0/tenants', 'date': 'Tue, 04 Oct 2016 12:56:33 GMT', 'status': '200', 'connection': 'close', 'x-openstack-request-id': 'req-39514032-0494-47cd-a3bd-e4dcb8f7dddd', 'content-length': '185', 'vary': 'X-Auth-Token', 'server': 'Apache/2.4.7 (Ubuntu)'}<br>        Body: {"tenant": {"description": "tempest-verify_tempest_config-588144059-desc", "enabled": true, "id": "a04c3c0fe33441469e02f326aa6ac088", "name": "tempest-verify_tempest_config-588144059"}} _log_request_full /opt/stack/new/tempest/tempest/lib/common/rest_client.py:431<br>2016-10-04 12:57:49.298 10929 WARNING urllib3.connectionpool [-] Retrying (Retry(total=9, connect=None, read=None, redirect=5)) after connection broken by 'ReadTimeoutError("HTTPConnectionPool(host='127.0.0.1', port=80): Read timed out. (read timeout=60)",)': /identity_admin/v2.0/users<br>2016-10-04 12:58:17.449 10929 INFO tempest.lib.common.rest_client [req-02878d51-808c-4624-833a-4827018ba76d ] Request (main): 409 POST <a href="http://127.0.0.1/identity_admin/v2.0/users">http://127.0.0.1/identity_admin/v2.0/users</a> 88.213s<br>2016-10-04 12:58:17.450 10929 DEBUG tempest.lib.common.rest_client [req-02878d51-808c-4624-833a-4827018ba76d ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}<br>        Body: {"user": {"password": "P5^ar3k760tax2T", "name": "tempest-verify_tempest_config-588144059", "email": "tempest-verify_tempest_config-1403445183@example.com", "tenantId": "a04c3c0fe33441469e02f326aa6ac088"}}<br>    Response - Headers: {'content-type': 'application/json', 'content-location': 'http://127.0.0.1/identity_admin/v2.0/users', 'date': 'Tue, 04 Oct 2016 12:57:49 GMT', 'status': '409', 'connection': 'close', 'x-openstack-request-id': 'req-02878d51-808c-4624-833a-4827018ba76d', 'content-length': '120', 'vary': 'X-Auth-Token', 'server': 'Apache/2.4.7 (Ubuntu)'}<br>        Body: {"error": {"message": "Conflict occurred attempting to store user - Duplicate Entry", "code": 409, "title": "Conflict"}} _log_request_full /opt/stack/new/tempest/tempest/lib/common/rest_client.py:431<br><br>.....<br><br>2016-10-04 12:58:17.450 10929 ERROR tempest.cmd.verify_tempest_config Conflict: An object with that identifier already exists<br>2016-10-04 12:58:17.450 10929 ERROR tempest.cmd.verify_tempest_config Details: {u'title': u'Conflict', u'code': 409, u'message': u'Conflict occurred attempting to store user - Duplicate Entry'}<br><br>Thanks,<br><br>Bob Hansen<br>z/VM OpenStack Enablement <BR>
</body></html>