Activity log for bug #1506938

Date Who What changed Old value New value Message
2015-10-16 16:27:02 Valeriy Ponomaryov bug added bug
2015-10-16 16:27:07 Valeriy Ponomaryov manila: importance Undecided High
2015-10-16 16:27:15 Valeriy Ponomaryov manila: milestone mitaka-1
2015-10-16 16:27:25 Valeriy Ponomaryov tags api db postgres
2015-10-16 16:31:42 Ben Swartzlander tags api db postgres api db liberty-backport-potential postgres
2015-10-16 16:33:05 Valeriy Ponomaryov description See logs [1] API "list availability zones" does not work using PostreSQL and fails with code 500 and following error: 2015-10-16 14:02:42,216 2351 INFO [tempest_lib.common.rest_client] Request (AvailabilityZonesTest:test_list_availability_zones_core_api): 500 GET http://127.0.0.1:8786/v2/79ae5e0965f04c84a59eeb3f998a17ef/availability-zones 0.118s 2015-10-16 14:02:42,217 2351 DEBUG [tempest_lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'X-Auth-Token': '<omitted>', 'x-openstack-manila-api-version': '2.7', 'Accept': 'application/json'} Body: None Response - Headers: {'date': 'Fri, 16 Oct 2015 14:02:42 GMT', 'x-openstack-manila-api-version': '2.7', 'content-type': 'application/json; charset=UTF-8', 'x-compute-request-id': 'req-2673853b-fa95-4f3f-b477-d6741e7c3370', 'connection': 'close', 'content-length': '128', 'status': '500', 'vary': 'X-OpenStack-Manila-API-Version'} Body: {"computeFault": {"message": "The server has either erred or is incapable of performing the requested operation.", "code": 500}} }}} Traceback (most recent call last): File "/opt/stack/new/manila/manila_tempest_tests/tests/api/test_availability_zones.py", line 41, in test_list_availability_zones_core_api azs = self.shares_v2_client.list_availability_zones(version="2.7") File "/opt/stack/new/manila/manila_tempest_tests/services/share/v2/json/shares_client.py", line 524, in list_availability_zones resp, body = self.get(uri, extra_headers=True, version=version) File "/opt/stack/new/manila/manila_tempest_tests/services/share/v2/json/shares_client.py", line 65, in get return super(SharesV2Client, self).get(url, headers=headers) File "/usr/local/lib/python2.7/dist-packages/tempest_lib/common/rest_client.py", line 274, in get return self.request('GET', url, extra_headers, headers) File "/usr/local/lib/python2.7/dist-packages/tempest_lib/common/rest_client.py", line 639, in request resp, resp_body) File "/usr/local/lib/python2.7/dist-packages/tempest_lib/common/rest_client.py", line 753, in _error_checker message=message) tempest_lib.exceptions.ServerFault: Got server fault Details: The server has either erred or is incapable of performing the requested operation. [1] http://logs.openstack.org/87/235887/7/check/gate-manila-tempest-dsvm-neutron-postgres/4bf0e97/logs/testr_results.html.gz See logs [1] and [2]. API "list availability zones" does not work using PostreSQL and fails with code 500 and following error: 2015-10-16 14:02:42,216 2351 INFO [tempest_lib.common.rest_client] Request (AvailabilityZonesTest:test_list_availability_zones_core_api): 500 GET http://127.0.0.1:8786/v2/79ae5e0965f04c84a59eeb3f998a17ef/availability-zones 0.118s 2015-10-16 14:02:42,217 2351 DEBUG [tempest_lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'X-Auth-Token': '<omitted>', 'x-openstack-manila-api-version': '2.7', 'Accept': 'application/json'}         Body: None     Response - Headers: {'date': 'Fri, 16 Oct 2015 14:02:42 GMT', 'x-openstack-manila-api-version': '2.7', 'content-type': 'application/json; charset=UTF-8', 'x-compute-request-id': 'req-2673853b-fa95-4f3f-b477-d6741e7c3370', 'connection': 'close', 'content-length': '128', 'status': '500', 'vary': 'X-OpenStack-Manila-API-Version'}         Body: {"computeFault": {"message": "The server has either erred or is incapable of performing the requested operation.", "code": 500}} }}} Traceback (most recent call last):   File "/opt/stack/new/manila/manila_tempest_tests/tests/api/test_availability_zones.py", line 41, in test_list_availability_zones_core_api     azs = self.shares_v2_client.list_availability_zones(version="2.7")   File "/opt/stack/new/manila/manila_tempest_tests/services/share/v2/json/shares_client.py", line 524, in list_availability_zones     resp, body = self.get(uri, extra_headers=True, version=version)   File "/opt/stack/new/manila/manila_tempest_tests/services/share/v2/json/shares_client.py", line 65, in get     return super(SharesV2Client, self).get(url, headers=headers)   File "/usr/local/lib/python2.7/dist-packages/tempest_lib/common/rest_client.py", line 274, in get     return self.request('GET', url, extra_headers, headers)   File "/usr/local/lib/python2.7/dist-packages/tempest_lib/common/rest_client.py", line 639, in request     resp, resp_body)   File "/usr/local/lib/python2.7/dist-packages/tempest_lib/common/rest_client.py", line 753, in _error_checker     message=message) tempest_lib.exceptions.ServerFault: Got server fault Details: The server has either erred or is incapable of performing the requested operation. [1] http://logs.openstack.org/87/235887/7/check/gate-manila-tempest-dsvm-neutron-postgres/4bf0e97/logs/testr_results.html.gz [2] http://paste.openstack.org/show/476512/
2015-10-16 16:33:27 Valeriy Ponomaryov description See logs [1] and [2]. API "list availability zones" does not work using PostreSQL and fails with code 500 and following error: 2015-10-16 14:02:42,216 2351 INFO [tempest_lib.common.rest_client] Request (AvailabilityZonesTest:test_list_availability_zones_core_api): 500 GET http://127.0.0.1:8786/v2/79ae5e0965f04c84a59eeb3f998a17ef/availability-zones 0.118s 2015-10-16 14:02:42,217 2351 DEBUG [tempest_lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'X-Auth-Token': '<omitted>', 'x-openstack-manila-api-version': '2.7', 'Accept': 'application/json'}         Body: None     Response - Headers: {'date': 'Fri, 16 Oct 2015 14:02:42 GMT', 'x-openstack-manila-api-version': '2.7', 'content-type': 'application/json; charset=UTF-8', 'x-compute-request-id': 'req-2673853b-fa95-4f3f-b477-d6741e7c3370', 'connection': 'close', 'content-length': '128', 'status': '500', 'vary': 'X-OpenStack-Manila-API-Version'}         Body: {"computeFault": {"message": "The server has either erred or is incapable of performing the requested operation.", "code": 500}} }}} Traceback (most recent call last):   File "/opt/stack/new/manila/manila_tempest_tests/tests/api/test_availability_zones.py", line 41, in test_list_availability_zones_core_api     azs = self.shares_v2_client.list_availability_zones(version="2.7")   File "/opt/stack/new/manila/manila_tempest_tests/services/share/v2/json/shares_client.py", line 524, in list_availability_zones     resp, body = self.get(uri, extra_headers=True, version=version)   File "/opt/stack/new/manila/manila_tempest_tests/services/share/v2/json/shares_client.py", line 65, in get     return super(SharesV2Client, self).get(url, headers=headers)   File "/usr/local/lib/python2.7/dist-packages/tempest_lib/common/rest_client.py", line 274, in get     return self.request('GET', url, extra_headers, headers)   File "/usr/local/lib/python2.7/dist-packages/tempest_lib/common/rest_client.py", line 639, in request     resp, resp_body)   File "/usr/local/lib/python2.7/dist-packages/tempest_lib/common/rest_client.py", line 753, in _error_checker     message=message) tempest_lib.exceptions.ServerFault: Got server fault Details: The server has either erred or is incapable of performing the requested operation. [1] http://logs.openstack.org/87/235887/7/check/gate-manila-tempest-dsvm-neutron-postgres/4bf0e97/logs/testr_results.html.gz [2] http://paste.openstack.org/show/476512/ See logs [1] and [2]. API "list availability zones" does not work using PostreSQL and fails with code 500 and following error: 2015-10-16 14:02:42,216 2351 INFO [tempest_lib.common.rest_client] Request (AvailabilityZonesTest:test_list_availability_zones_core_api): 500 GET http://127.0.0.1:8786/v2/79ae5e0965f04c84a59eeb3f998a17ef/availability-zones 0.118s 2015-10-16 14:02:42,217 2351 DEBUG [tempest_lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'X-Auth-Token': '<omitted>', 'x-openstack-manila-api-version': '2.7', 'Accept': 'application/json'}         Body: None     Response - Headers: {'date': 'Fri, 16 Oct 2015 14:02:42 GMT', 'x-openstack-manila-api-version': '2.7', 'content-type': 'application/json; charset=UTF-8', 'x-compute-request-id': 'req-2673853b-fa95-4f3f-b477-d6741e7c3370', 'connection': 'close', 'content-length': '128', 'status': '500', 'vary': 'X-OpenStack-Manila-API-Version'}         Body: {"computeFault": {"message": "The server has either erred or is incapable of performing the requested operation.", "code": 500}} }}} Traceback (most recent call last):   File "/opt/stack/new/manila/manila_tempest_tests/tests/api/test_availability_zones.py", line 41, in test_list_availability_zones_core_api     azs = self.shares_v2_client.list_availability_zones(version="2.7")   File "/opt/stack/new/manila/manila_tempest_tests/services/share/v2/json/shares_client.py", line 524, in list_availability_zones     resp, body = self.get(uri, extra_headers=True, version=version)   File "/opt/stack/new/manila/manila_tempest_tests/services/share/v2/json/shares_client.py", line 65, in get     return super(SharesV2Client, self).get(url, headers=headers)   File "/usr/local/lib/python2.7/dist-packages/tempest_lib/common/rest_client.py", line 274, in get     return self.request('GET', url, extra_headers, headers)   File "/usr/local/lib/python2.7/dist-packages/tempest_lib/common/rest_client.py", line 639, in request     resp, resp_body)   File "/usr/local/lib/python2.7/dist-packages/tempest_lib/common/rest_client.py", line 753, in _error_checker     message=message) tempest_lib.exceptions.ServerFault: Got server fault Details: The server has either erred or is incapable of performing the requested operation. [1] http://logs.openstack.org/87/235887/7/check/gate-manila-tempest-dsvm-neutron-postgres/4bf0e97/logs/testr_results.html.gz [2] http://paste.openstack.org/show/476512/ or http://logs.openstack.org/87/235887/7/check/gate-manila-tempest-dsvm-neutron-postgres/4bf0e97/logs/screen-m-api.txt.gz?level=TRACE#_2015-10-16_14_02_42_194
2015-10-16 16:40:01 Valeriy Ponomaryov manila: assignee Valeriy Ponomaryov (vponomaryov)
2015-10-16 16:40:03 Valeriy Ponomaryov manila: status New In Progress
2015-10-18 14:23:07 OpenStack Infra manila: status In Progress Fix Committed
2015-10-21 13:52:58 OpenStack Infra tags api db liberty-backport-potential postgres api db in-stable-liberty liberty-backport-potential postgres
2015-12-03 20:01:06 Doug Hellmann manila: status Fix Committed Fix Released