2015-02-04 21:11:47.482 | 2015-02-04 21:11:47.407 | 2015-02-04 21:04:09,916 24160 DEBUG [tempest.common.rest_client] Request (MagnetoDBMonitoringTest:test_project_tables_monitoring_response): 404 GET http://127.0.0.1:8480/v1/monitoring/projects 0.059s
2015-02-04 21:11:47.483 | 2015-02-04 21:11:47.409 | Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
2015-02-04 21:11:47.483 | 2015-02-04 21:11:47.410 | Body: None
2015-02-04 21:11:47.483 | 2015-02-04 21:11:47.411 | Response - Headers: {'date': 'Wed, 04 Feb 2015 21:04:09 GMT', 'status': '404', 'content-length': '210', 'content-type': 'application/json', 'connection': 'close, close'}
2015-02-04 21:11:47.484 | 2015-02-04 21:11:47.413 | Body: {"explanation": "The resource could not be found.", "code": 404, "error": {"message": "Table 'tempesttest1471545134' does not exist", "traceback": null, "type": "TableNotExistsException"}, "title": "Not Found"}
2015-02-04 21:11:47.484 | 2015-02-04 21:11:47.414 | }}}
2015-02-04 21:11:47.484 | 2015-02-04 21:11:47.416 |
2015-02-04 21:11:47.484 | 2015-02-04 21:11:47.417 | Traceback (most recent call last):
2015-02-04 21:11:47.485 | 2015-02-04 21:11:47.419 | File "tempest/api/keyvalue/stable/rest/test_monitoring.py", line 68, in test_project_tables_monitoring_response
2015-02-04 21:11:47.485 | 2015-02-04 21:11:47.420 | mon_resp = self.monitoring_client.get_all_project_tables_metrics()
2015-02-04 21:11:47.485 | 2015-02-04 21:11:47.421 | File "tempest/services/keyvalue/json/magnetodb_monitoring_client.py", line 39, in get_all_project_tables_metrics
2015-02-04 21:11:47.486 | 2015-02-04 21:11:47.423 | resp, body = self.get(url)
2015-02-04 21:11:47.486 | 2015-02-04 21:11:47.424 | File "tempest/common/rest_client.py", line 210, in get
2015-02-04 21:11:47.486 | 2015-02-04 21:11:47.426 | return self.request('GET', url, extra_headers, headers)
2015-02-04 21:11:47.490 | 2015-02-04 21:11:47.427 | File "tempest/common/rest_client.py", line 421, in request
2015-02-04 21:11:47.490 | 2015-02-04 21:11:47.429 | resp, resp_body)
2015-02-04 21:11:47.491 | 2015-02-04 21:11:47.430 | File "tempest/common/rest_client.py", line 464, in _error_checker
2015-02-04 21:11:47.520 | 2015-02-04 21:11:47.431 | raise exceptions.NotFound(resp_body)
2015-02-04 21:11:47.521 | 2015-02-04 21:11:47.433 | NotFound: Object not found
2015-02-04 21:11:47.521 | 2015-02-04 21:11:47.434 | Details: {"explanation": "The resource could not be found.", "code": 404, "error": {"message": "Table 'tempesttest1471545134' does not exist", "traceback": null, "type": "TableNotExistsException"}, "title": "Not Found"}
Fix proposed to branch: master /review. openstack. org/153563
Review: https:/